Searched refs:activeDocument (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLDocumentCustom.cpp125 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document(); local
128 static_cast<HTMLDocument*>(impl())->open(activeDocument);
155 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document(); local
156 document->write(segmentedString, activeDocument);
/external/replicaisland/tools/
H A DExtractPoints.js44 var documentWidth = app.activeDocument.width;
45 var documentHeight = app.activeDocument.height;
55 var pathList = app.activeDocument.pathItems;
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1706 Document* activeDocument = m_frame->document();
1707 ASSERT(activeDocument);
1708 const SecurityOrigin* activeSecurityOrigin = activeDocument->securityOrigin();
1723 targetDocument->url().string(), " from frame with URL ", activeDocument->url().string(), ".\n");

Completed in 85 milliseconds