OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDocumentWasLoadedAsPartOfNavigation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.cpp
132
void DocumentWriter::
setDocumentWasLoadedAsPartOfNavigation
()
135
m_parser->
setDocumentWasLoadedAsPartOfNavigation
();
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentParser.h
102
void
setDocumentWasLoadedAsPartOfNavigation
() { m_documentWasLoadedAsPartOfNavigation = true; }
Completed in 24 milliseconds