OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeDocument
(Results
1 - 5
of
5
) 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))
DOMWindow.cpp
944
Document*
activeDocument
= toDocument(context);
945
if (opener() && opener() != this &&
activeDocument
->domWindow() == opener())
977
Document*
activeDocument
= toDocument(context);
978
if (!
activeDocument
)
981
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
181
Frame* findFrameForNavigation(const AtomicString& name, Document*
activeDocument
);
FrameLoader.cpp
[
all
...]
Completed in 120 milliseconds