Searched refs:shouldLoadLink (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DLinkLoaderClient.h40 virtual bool shouldLoadLink() = 0;
H A DLinkLoader.cpp126 if (!m_client->shouldLoadLink())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.h156 virtual bool shouldLoadLink() OVERRIDE;
H A DHTMLLinkElement.cpp192 bool HTMLLinkElement::shouldLoadLink() function in class:blink::HTMLLinkElement
666 if (!m_owner->shouldLoadLink())
687 if (!m_owner->shouldLoadLink())

Completed in 2094 milliseconds