Home
last modified time | relevance | path

Searched refs:shouldSetURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.h58 bool shouldSetURL() const;
DDocumentInit.cpp89 bool DocumentInit::shouldSetURL() const in shouldSetURL() function in WebCore::DocumentInit
DDocument.cpp470 if (initializer.shouldSetURL()) in Document()