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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp 108 Document* activeDocument = toDocument(context);
109 if (!activeDocument)
112 if (!activeDocument->canNavigate(*m_frame))
LocalDOMWindow.cpp 928 Document* activeDocument = toDocument(context);
929 if (opener() && opener() != this && activeDocument->domWindow() == opener())
958 Document* activeDocument = toDocument(context);
959 if (!activeDocument)
962 if (!activeDocument->canNavigate(*m_frame))
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 44 var documentWidth = app.activeDocument.width;
45 var documentHeight = app.activeDocument.height;
55 var pathList = app.activeDocument.pathItems;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 165 LocalFrame* findFrameForNavigation(const AtomicString& name, Document* activeDocument);
FrameLoader.cpp     [all...]

Completed in 173 milliseconds