Searched refs:mainResourceIdentifier (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp3105 unsigned long requestIdentifier = loader()->mainResourceIdentifier();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp111 unsigned long DocumentLoader::mainResourceIdentifier() const function in class:blink::DocumentLoader
430 InspectorInstrumentation::continueAfterXFrameOptionsDenied(m_frame, this, mainResourceIdentifier(), response);
459 if (frameLoader()->shouldInterruptLoadForXFrameOptions(content, response.url(), mainResourceIdentifier())) {
462 consoleMessage->setRequestIdentifier(mainResourceIdentifier());
H A DDocumentLoader.h74 unsigned long mainResourceIdentifier() const;

Completed in 783 milliseconds