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

  /external/webkit/WebCore/bindings/js/
JSHTMLFormElementCustom.cpp 66 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame();
67 if (!activeFrame)
69 static_cast<HTMLFormElement*>(impl())->submit(activeFrame);
JSDocumentCustom.cpp 86 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame();
87 if (activeFrame)
88 str = activeFrame->document()->completeURL(str).string();
90 bool userGesture = activeFrame->script()->processingUserGesture(currentWorld(exec));
91 frame->redirectScheduler()->scheduleLocationChange(str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGesture(), false, userGesture);
  /external/webkit/WebCore/bindings/v8/
ScriptController.cpp 155 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext();
157 if (!activeFrame)
160 V8Proxy* activeProxy = activeFrame->script()->proxy();
163 v8::Handle<v8::Context> v8Context = V8Proxy::mainWorldContext(activeFrame);

Completed in 33 milliseconds