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

  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.h 55 Frame* activeFrame();
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/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);
JSDOMWindowCustom.cpp 471 if (Frame* activeFrame = activeDOMWindow(exec)->frame()) {
472 if (Settings* settings = activeFrame->settings()) {
473 if (settings->usesDashboardBackwardCompatibilityMode() && !activeFrame->tree()->parent()) {
  /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())
V8Utilities.cpp 104 return V8BindingState::Only()->activeFrame();

Completed in 211 milliseconds