HomeSort by relevance Sort by last modified time
    Searched defs:activeDocument (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp 104 Document* activeDocument = toDocument(context);
105 if (!activeDocument)
108 if (!activeDocument->canNavigate(*m_frame))
LocalDOMWindow.cpp 944 Document* activeDocument = toDocument(context);
945 if (opener() && opener() != this && activeDocument->domWindow() == opener())
974 Document* activeDocument = toDocument(context);
975 if (!activeDocument)
978 if (!activeDocument->canNavigate(*m_frame))
    [all...]

Completed in 48 milliseconds