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

  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 150 Frame* activeFrame = state->activeFrame();
151 return activeFrame && activeFrame->loader()->shouldAllowNavigation(frame);
  /external/webkit/Source/WebCore/bindings/js/
JSDocumentCustom.cpp 90 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame();
91 str = activeFrame->document()->completeURL(str).string();
94 str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGesture(), false);
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 63 Frame* State<V8Binding>::activeFrame()
  /external/webkit/Source/WebCore/page/
History.cpp 98 Frame* activeFrame = static_cast<Document*>(context)->frame();
99 if (!activeFrame)
102 if (!activeFrame->loader()->shouldAllowNavigation(m_frame))
DOMWindow.cpp 920 Frame* activeFrame = static_cast<Document*>(context)->frame();
921 if (!activeFrame)
924 if (!activeFrame->loader()->shouldAllowNavigation(m_frame))
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp 159 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext();
162 if (!activeFrame)
165 V8Proxy* activeProxy = activeFrame->script()->proxy();
168 v8::Handle<v8::Context> v8Context = V8Proxy::mainWorldContext(activeFrame);
191 const String* sourceURL = activeFrame->script()->sourceURL();
196 if (activeFrame->script()->allowPopupsFromPlugin())

Completed in 235 milliseconds