Searched refs:createUniqueIdentifier (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DProgressTracker.h49 static unsigned long createUniqueIdentifier();
H A DPingLoader.cpp120 unsigned long identifier = frame.page()->progress().createUniqueIdentifier();
H A DResourceLoader.cpp262 m_identifier = m_frame->page()->progress().createUniqueIdentifier();
274 m_identifier = m_frame->page()->progress().createUniqueIdentifier();
H A DProgressTracker.cpp292 unsigned long ProgressTracker::createUniqueIdentifier() function in class:WebCore::ProgressTracker
H A DDocumentLoader.cpp1427 m_identifierForLoadWithoutResourceLoader = m_frame->page()->progress().createUniqueIdentifier();
1454 m_identifierForLoadWithoutResourceLoader = m_frame->page()->progress().createUniqueIdentifier();
H A DFrameLoader.cpp2999 identifier = page->progress().createUniqueIdentifier();
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketChannel.cpp87 m_identifier = page->progress().createUniqueIdentifier();
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorResourceAgent.cpp447 unsigned long identifier = loader->frame()->page()->progress().createUniqueIdentifier();
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheGroup.cpp501 m_currentResourceIdentifier = m_frame->page()->progress().createUniqueIdentifier();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5721 unsigned long identifier = page->progress().createUniqueIdentifier();

Completed in 275 milliseconds