Searched refs:frameName (Results 26 - 50 of 120) sorted by relevance

12345

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitPolicyClient.cpp46 static void decidePolicyForNewWindowActionCallback(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo) argument
53 toImpl(frameName)->string().utf8().data(),
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyChecker.cpp104 const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, void* argument)
112 m_callback.set(request, formState, frameName, action, function, argument);
114 action, request, formState, frameName);
103 checkNewWindowPolicy(const NavigationAction& action, NewWindowPolicyDecisionFunction function, const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, void* argument) argument
H A DPolicyChecker.h55 void checkNewWindowPolicy(const NavigationAction&, NewWindowPolicyDecisionFunction, const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, void* argument);
H A DFrameLoader.h319 static void callContinueLoadAfterNewWindowPolicy(void*, const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
325 void continueLoadAfterNewWindowPolicy(const ResourceRequest&, PassRefPtr<FormState>, const String& frameName, const NavigationAction&, bool shouldContinue);
355 const String& frameName, bool lockHistory, FrameLoadType, PassRefPtr<Event>, PassRefPtr<FormState>);
356 void loadURL(const KURL&, const String& referrer, const String& frameName, // Called by loadFrameRequest, calls loadWithNavigationAction or dispatches to navigation policy delegate
H A DSubframeLoader.cpp78 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList) argument
89 Frame* frame = loadOrRedirectSubframe(ownerElement, url, frameName, lockHistory, lockBackForwardList);
218 bool SubframeLoader::requestObject(HTMLPlugInImageElement* ownerElement, const String& url, const AtomicString& frameName, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues) argument
243 return loadOrRedirectSubframe(ownerElement, completedURL, frameName, true, true);
336 Frame* SubframeLoader::loadOrRedirectSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList) argument
342 frame = loadSubframe(ownerElement, url, frameName, m_frame->loader()->outgoingReferrer());
H A DFrameLoader.cpp314 if (frameRequest.frameName().isEmpty())
1182 loadPostRequest(request.resourceRequest(), referrer, request.frameName(), lockHistory, loadType, event, formState.get());
1184 loadURL(request.resourceRequest().url(), referrer, request.frameName(), lockHistory, loadType, event, formState.get());
1191 Frame* targetFrame = sourceFrame->loader()->findFrameForNavigation(request.frameName());
1198 void FrameLoader::loadURL(const KURL& newURL, const String& referrer, const String& frameName, bool lockHistory, FrameLoadType newLoadType, argument
1226 Frame* targetFrame = isFormSubmission ? 0 : findFrameForNavigation(frameName);
1237 if (!targetFrame && !frameName.isEmpty()) {
1239 request, formState.release(), frameName, this);
1290 if (!request.frameName().isEmpty()) {
1291 Frame* frame = findFrameForNavigation(request.frameName());
2544 loadPostRequest(const ResourceRequest& inRequest, const String& referrer, const String& frameName, bool lockHistory, FrameLoadType loadType, PassRefPtr<Event> event, PassRefPtr<FormState> prpFormState) argument
2898 callContinueLoadAfterNewWindowPolicy(void* argument, const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) argument
2905 continueLoadAfterNewWindowPolicy(const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& action, bool shouldContinue) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPolicyClient.cpp48 bool WebPolicyClient::decidePolicyForNewWindowAction(WebPageProxy* page, WebFrameProxy* frame, NavigationType type, WebEvent::Modifiers modifiers, WebMouseEvent::Button mouseButton, const ResourceRequest& resourceRequest, const String& frameName, WebFramePolicyListenerProxy* listener, APIObject* userData) argument
55 m_client.decidePolicyForNewWindowAction(toAPI(page), toAPI(frame), toAPI(type), toAPI(modifiers), toAPI(mouseButton), toAPI(request.get()), toAPI(frameName.impl()), toAPI(listener), toAPI(userData), m_client.clientInfo);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DPagePolicyClientEfl.cpp56 void PagePolicyClientEfl::decidePolicyForNewWindowAction(WKPageRef, WKFrameRef, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef /*userData*/, const void* clientInfo) argument
60 RefPtr<EwkNavigationPolicyDecision> decision = EwkNavigationPolicyDecision::create(navigationType, mouseButton, modifiers, request, toImpl(frameName)->string().utf8().data(), listener);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePagePolicyClient.cpp50 WKBundlePagePolicyAction InjectedBundlePagePolicyClient::decidePolicyForNewWindowAction(WebPage* page, WebFrame* frame, InjectedBundleNavigationAction* action, const ResourceRequest& resourceRequest, const String& frameName, RefPtr<APIObject>& userData) argument
58 WKBundlePagePolicyAction policy = m_client.decidePolicyForNewWindowAction(toAPI(page), toAPI(frame), toAPI(action), toAPI(request.get()), toAPI(frameName.impl()), &userDataToPass, m_client.clientInfo);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPolicyDelegate.h171 newFrameName:(NSString *)frameName
H A DWebFrameInternal.h96 + (void)_createMainFrameWithPage:(WebCore::Page*)page frameName:(const WTF::String&)name frameView:(WebFrameView *)frameView;
97 + (PassRefPtr<WebCore::Frame>)_createSubframeWithOwnerElement:(WebCore::HTMLFrameOwnerElement*)ownerElement frameName:(const WTF::String&)name frameView:(WebFrameView *)frameView;
H A DWebView.h175 @method initWithFrame:frameName:groupName:
182 @param frameName The name to use for the top level frame. May be nil.
186 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultPolicyDelegate.h56 /* [in] */ BSTR frameName,
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/cf/
H A DLegacyWebArchive.cpp100 const String& frameName(resource->frameName());
101 if (!frameName.isEmpty() || isMainResource)
102 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceFrameNameKey, frameName.createCFString().get());
188 CFStringRef frameName = static_cast<CFStringRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceFrameNameKey)); local
189 if (frameName && CFGetTypeID(frameName) != CFStringGetTypeID()) {
230 return ArchiveResource::create(SharedBuffer::wrapCFData(resourceData), KURL(KURL(), url), mimeType, textEncoding, frameName, response);
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m102 newFrameName:(NSString *)frameName
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPolicyDelegate.idl189 newFrameName:(NSString *)frameName
192 HRESULT decidePolicyForNewWindowAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] BSTR frameName, [in] IWebPolicyDecisionListener* listener);
H A DIWebFrame.idl73 HRESULT name([out, retval] BSTR* frameName);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebFrame.h61 static PassRefPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
147 void init(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
H A DWebFrame.cpp113 PassRefPtr<WebFrame> WebFrame::createSubframe(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement) argument
119 frame->init(page, frameName, ownerElement);
159 void WebFrame::init(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement) argument
164 frame->tree()->setName(frameName);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm82 static PassRefPtr<PluginRequest> create(uint32_t requestID, NSURLRequest* request, NSString* frameName, bool allowPopups)
84 return adoptRef(new PluginRequest(requestID, request, frameName, allowPopups));
89 NSString* frameName() const { return m_frameName.get(); }
93 PluginRequest(uint32_t requestID, NSURLRequest* request, NSString* frameName, bool allowPopups)
96 , m_frameName(frameName)
642 NSString *frameName = pluginRequest->frameName();
648 ASSERT(frameName || JSString);
649 if (frameName) {
652 frame = kit(core([m_pluginView webFrame])->loader()->findFrameForNavigation(frameName));
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp211 const String frameName(ewk_frame_name_get(ewkFrame));
214 if (!frameName.isEmpty())
215 return String("main frame \"") + frameName + String("\"");
220 if (!frameName.isEmpty())
221 return String("frame \"") + frameName + String("\"");
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebframe.cpp633 CString frameName = coreFrame->tree()->uniqueName().string().utf8(); local
634 if (!g_strcmp0(frameName.data(), priv->name))
638 priv->name = g_strdup(frameName.data());
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp1898 PassRefPtr<Frame> DOMWindow::createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures, argument
1915 FrameLoadRequest frameRequest(activeWindow->document()->securityOrigin(), request, frameName);
1947 PassRefPtr<DOMWindow> DOMWindow::open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, argument
1962 if (frameName.isEmpty() || !m_frame->tree()->find(frameName))
1969 if (frameName == "_top")
1971 else if (frameName == "_parent") {
2002 RefPtr<Frame> result = createWindow(urlString, frameName, windowFeatures, activeWindow, firstFrame, m_frame);
H A DDOMWindow.h160 PassRefPtr<DOMWindow> open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString,
432 static PassRefPtr<Frame> createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.h226 HistoryItem(const KURL& url, const String& frameName, const String& parent, const String& title);

Completed in 240 milliseconds

12345