Searched refs:canNavigate (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.cpp112 if (!activeDocument->canNavigate(*m_frame))
H A DLocalDOMWindow.cpp962 if (!activeDocument->canNavigate(*m_frame))
1637 if (!activeDocument->canNavigate(*m_frame))
1807 if (!activeDocument->canNavigate(*targetFrame))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h549 bool canNavigate(const Frame& targetFrame);
H A DDocument.cpp2884 bool Document::canNavigate(const Frame& targetFrame) function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp1429 if (!frame || !frame->isLocalFrame() || !activeDocument->canNavigate(toLocalFrame(*frame)))

Completed in 121 milliseconds