Searched defs:opener (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DRemoteFrameClient.cpp17 WebCore::Frame* RemoteFrameClient::opener() const function in class:blink::RemoteFrameClient
19 return toWebCoreFrame(m_webFrame->opener());
H A DWebFrame.cpp57 WebFrame* WebFrame::opener() const function in class:blink::WebFrame
62 void WebFrame::setOpener(WebFrame* opener) argument
66 if (opener)
67 opener->m_openedFrameTracker->add(this);
68 m_opener = opener;
H A DFrameLoaderClientImpl.cpp240 Frame* FrameLoaderClientImpl::opener() const function in class:blink::FrameLoaderClientImpl
242 return toWebCoreFrame(m_webFrame->opener());
245 void FrameLoaderClientImpl::setOpener(Frame* opener) argument
248 m_webFrame->setOpener(WebLocalFrameImpl::fromFrame(toLocalFrame(opener)));
H A DWebLocalFrameImpl.cpp646 void WebLocalFrameImpl::setOpener(WebFrame* opener) argument
649 if (WebFrame::opener() && !opener && m_client)
652 WebFrame::setOpener(opener);
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubbies.js273 var opener = {who: who, cb: cb};
278 this.pendingOpens_[which.namespace][which.device].push(opener);
280 this.pendingOpens_[which.namespace][which.device] = [opener];
/external/chromium_org/chrome/browser/guest_view/
H A Dguest_view.h48 void SetOpener(T* opener) { argument
49 GuestViewBase::SetOpener(opener);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_order_controller.cc38 content::WebContents* opener = tabstrip_->GetActiveWebContents(); local
42 opener, tabstrip_->active_index());
45 // Otherwise insert adjacent to opener...
63 // The parent opener should never be the same as the controller being removed.
80 // parent_opener itself. Note that we use "group" here since opener is
87 // No opener set, fall through to the default handler...
106 // Forget any group/opener relationships that need to be reset whenever
H A Dtab_strip_model_unittest.cc686 // This is a basic test of opener functionality. opener is created
688 // background with opener set as their opener.
690 WebContents* opener = CreateWebContents(); local
691 tabstrip.AppendWebContents(opener, true);
711 // All the tabs should have the same opener.
713 EXPECT_EQ(opener, tabstrip.GetOpenerOfWebContentsAt(i));
716 EXPECT_EQ(2, tabstrip.GetIndexOfNextWebContentsOpenedBy(opener, 1, false));
719 EXPECT_EQ(4, tabstrip.GetIndexOfNextWebContentsOpenedBy(opener,
783 WebContents* opener = CreateWebContents(); local
811 WebContents* opener = CreateWebContents(); local
893 WebContents* opener = CreateWebContents(); local
1138 WebContents* opener = CreateWebContents(); local
[all...]
H A Dtab_strip_model.cc35 // opener relationships for the tab in which the transition occurred to be
148 WebContents* opener() const { return opener_; } function in class:TabStripModel::WebContentsData
192 // before selection moves elsewhere, their opener is selected. But if
193 // selection shifts to _any_ tab (including their opener), the group
306 // Anything opened by a link we deem to have an opener.
566 return contents_data_[index]->opener();
570 WebContents* opener) {
572 DCHECK(opener);
573 contents_data_[index]->set_opener(opener);
576 int TabStripModel::GetIndexOfNextWebContentsOpenedBy(const WebContents* opener, argument
569 SetOpenerOfWebContentsAt(int index, WebContents* opener) argument
595 GetIndexOfLastWebContentsOpenedBy(const WebContents* opener, int start_index) const argument
1151 WebContents* opener = contents_data_[index]->group(); local
[all...]
/external/chromium_org/content/public/browser/
H A Dweb_contents.h96 // The opener WebContents is the WebContents that initiated this request,
98 WebContents* opener; member in struct:content::WebContents::CreateParams
100 // If the opener is suppressed, then the new WebContents doesn't hold a
101 // reference to its opener.
528 // Does this have an opener associated with it?
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc149 WebContents* opener = NULL; local
158 &opener,
244 if (opener)
245 tab_strip->SetOpenerOfWebContentsAt(new_index, opener);
380 WebContents* opener = tab_strip->GetOpenerOfWebContentsAt(tab_index); local
381 if (opener)
382 result->SetInteger(keys::kOpenerTabIdKey, GetTabId(opener));
/external/chromium_org/content/test/
H A Dtest_web_contents.cc177 void TestWebContents::SetOpener(TestWebContents* opener) { argument
179 // registers an observer for when the opener gets closed.
180 opener_ = opener;
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc77 scoped_ptr<MessagePort> opener; member in struct:extensions::MessageService::MessageChannel
304 // Include info about the opener's tab (if it was a tab).
393 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
418 // Keep the opener alive until the channel is closed.
419 channel->opener->IncrementLazyKeepaliveCount();
487 channel->opener.reset(new ExtensionMessagePort(params->source,
498 // Send the connect event to the receiver. Give it the opener's port ID (the
499 // opener has the opposite port ID).
509 channel->opener->IncrementLazyKeepaliveCount();
550 channel->receiver.get() : channel->opener
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h96 WebContentsImpl* opener);
98 // Returns the opener WebContentsImpl, if any. This can be set to null if the
99 // opener is closed or the page clears its window.opener.
100 WebContentsImpl* opener() const { return opener_; } function in class:content::WebContentsImpl
658 WebContentsImpl* opener);
666 // Clears this tab's opener if it has been closed.
804 // Recursively creates swapped out RenderViews for this tab's opener chain
806 // cross-process JavaScript calls to their opener(s). Returns the route ID of
915 // The tab that opened this tab, if any. Will be set to null if the opener
[all...]
H A Dweb_contents_impl.cc234 params, static_cast<WebContentsImpl*>(params.opener));
317 WebContentsImpl* opener)
321 opener_(opener),
322 created_with_opener_(!!opener),
437 WebContentsImpl* opener) {
440 params.browser_context, params.opener_suppressed ? NULL : opener);
452 opener ? opener->GetBrowserPluginGuest() : NULL);
1023 // We pass our own opener so that the cloned page can access it if it was
1092 // Listen for whether our opener get
315 WebContentsImpl( BrowserContext* browser_context, WebContentsImpl* opener) argument
435 CreateWithOpener( const WebContents::CreateParams& params, WebContentsImpl* opener) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dudat.cpp91 /* For now- one opener. */
95 udat_registerOpener(UDateFormatOpener opener, UErrorCode *status) argument
100 gOpener = opener;
108 udat_unregisterOpener(UDateFormatOpener opener, UErrorCode *status) argument
113 if(gOpener==NULL || gOpener!=opener) {
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc631 !frame->opener() &&
1302 // a window.open operation. We should look at the opener URL.
1303 if (is_initial_navigation && old_url.is_empty() && frame->opener()) {
1304 // If we're about to open a normal web page from a same-origin opener stuck
1306 // opener to script it.
1307 WebDocument opener_document = frame->opener()->document();
1308 WebSecurityOrigin opener = frame->opener()->document().securityOrigin(); local
1310 !opener.isUnique() && extensions.GetExtensionOrAppByURL(
1315 opener
[all...]
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc240 BrowserPluginGuest* opener) {
243 instance_id, web_contents->opener() != NULL, web_contents);
246 if (opener) {
247 opener_web_contents = opener->GetWebContents();
235 Create( int instance_id, SiteInstance* guest_site_instance, WebContentsImpl* web_contents, scoped_ptr<base::DictionaryValue> extra_params, BrowserPluginGuest* opener) argument
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp312 if (historyCommitType == StandardCommit && (m_documentLoader->urlForHistory().isEmpty() || (opener() && !m_currentItem && m_documentLoader->originalRequest().url().isEmpty())))
509 LocalFrame* FrameLoader::opener() function in class:WebCore::FrameLoader
512 return client() ? toLocalFrame(client()->opener()) : 0;
515 void FrameLoader::setOpener(LocalFrame* opener) argument
517 // If the frame is already detached, the opener has already been cleared.
519 client()->setOpener(opener);
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_guest.cc427 // lifetime of the new guest is no longer managed by the opener guest.
583 // Set the attach params to use the same partition as the opener.
1463 WebViewGuest* opener = GetOpener(); local
1465 opener->pending_new_windows_.find(this);
1466 if (it == opener->pending_new_windows_.end())
1525 // Retrieve the opener partition info if we have it.
1557 // Destroy() reaches in and removes the WebViewGuest from its opener's
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc304 // Ensure the RenderView sets its opener correctly.
1027 RenderViewHostImpl* opener = local
1029 if (opener) {
1030 opener->StartHangMonitorTimeout(TimeDelta::FromMilliseconds(
1033 opener->increment_in_flight_event_count();
1109 RenderViewHostImpl* opener = local
1111 if (opener) {
1112 opener->StopHangMonitorTimeout();
1115 opener->decrement_in_flight_event_count();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp945 if (opener() && opener() != this && activeDocument->domWindow() == opener())
1273 LocalDOMWindow* LocalDOMWindow::opener() const function in class:WebCore::LocalDOMWindow
1278 LocalFrame* opener = m_frame->loader().opener();
1279 if (!opener)
1282 return opener->domWindow();
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2476 int opener = (lastWinding & windingMask) == 0; local
2478 SkASSERT(!opener | !closer);
2479 bool inWinding = opener | closer;
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2476 int opener = (lastWinding & windingMask) == 0; local
2478 SkASSERT(!opener | !closer);
2479 bool inWinding = opener | closer;
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc327 // 2. The origin of the url and the opener is the same in which case the
328 // opener relationship is maintained.
335 // The opener relationship between the new window and the parent allows the
339 blink::WebFrame* opener = frame->opener(); local
340 if (!opener)
343 if (url.GetOrigin() != GURL(opener->document().url()).GetOrigin())
1498 // its opener. We can ignore cases where a swapped out frame clears its
1499 // opener after hearing about it from the browser, and the browser does not
3228 // subsequent checks. For a popup, the document's URL may become the opener
[all...]

Completed in 702 milliseconds