OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldTreatURLAsSrcdocDocument
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.cpp
95
bool DocumentInit::
shouldTreatURLAsSrcdocDocument
() const
97
return m_parent && m_frame->loader().
shouldTreatURLAsSrcdocDocument
(m_url);
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp
747
if (!
shouldTreatURLAsSrcdocDocument
(url))
[
all
...]
Completed in 33 milliseconds