Home
last modified time | relevance | path

Searched refs:activeFrame (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DBindingSecurity.h150 Frame* activeFrame = state->activeFrame(); in shouldAllowNavigation() local
151 return activeFrame && activeFrame->loader()->shouldAllowNavigation(frame); in shouldAllowNavigation()
/external/webkit/Source/WebCore/bindings/js/
DJSDocumentCustom.cpp90 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); in setLocation() local
91 str = activeFrame->document()->completeURL(str).string(); in setLocation()
94 …str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGes… in setLocation()
DJSDOMWindowCustom.cpp471 if (Frame* activeFrame = activeDOMWindow(exec)->frame()) { in setLocation() local
472 if (Settings* settings = activeFrame->settings()) { in setLocation()
473 … if (settings->usesDashboardBackwardCompatibilityMode() && !activeFrame->tree()->parent()) { in setLocation()
/external/webkit/Source/WebCore/page/
DHistory.cpp98 Frame* activeFrame = static_cast<Document*>(context)->frame(); in go() local
99 if (!activeFrame) in go()
102 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in go()
DDOMWindow.cpp920 Frame* activeFrame = static_cast<Document*>(context)->frame(); in close() local
921 if (!activeFrame) in close()
924 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in close()
1687 Frame* activeFrame = activeWindow->frame(); in setLocation() local
1688 if (!activeFrame) in setLocation()
1691 if (!activeFrame->loader()->shouldAllowNavigation(m_frame)) in setLocation()
1706 … m_frame->navigationScheduler()->scheduleLocationChange(activeFrame->document()->securityOrigin(), in setLocation()
1707 completedURL, activeFrame->loader()->outgoingReferrer(), in setLocation()
1708 …locking != LockHistoryBasedOnGestureState || !activeFrame->script()->anyPageIsProcessingUserGestur… in setLocation()
1768 Frame* activeFrame = activeWindow->frame(); in createWindow() local
[all …]
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.cpp159 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext(); in processingUserGesture() local
162 if (!activeFrame) in processingUserGesture()
165 V8Proxy* activeProxy = activeFrame->script()->proxy(); in processingUserGesture()
168 v8::Handle<v8::Context> v8Context = V8Proxy::mainWorldContext(activeFrame); in processingUserGesture()
191 const String* sourceURL = activeFrame->script()->sourceURL(); in processingUserGesture()
196 if (activeFrame->script()->allowPopupsFromPlugin()) in processingUserGesture()
DV8Utilities.cpp104 return V8BindingState::Only()->activeFrame(); in callingOrEnteredFrame()
/external/webkit/Source/WebCore/bindings/v8/specialization/
DV8BindingState.h55 Frame* activeFrame();
DV8BindingState.cpp63 Frame* State<V8Binding>::activeFrame() in activeFrame() function in WebCore::State
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1638257 (WebCore::::activeFrame):
38268 (WebCore::::activeFrame):
43251 (WebCore::DOMWindow::allowPopUp): Renamed argument from activeFrame to firstFrame,
44832 (WebCore::JSDOMWindow::setLocation): Changed terminology to use activeFrame and
45912 (WebCore::JSDOMWindow::setLocation): Changed terminology to use activeFrame and