HomeSort by relevance Sort by last modified time
    Searched refs:opener (Results 76 - 88 of 88) sorted by null

1 2 34

  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 646 void WebLocalFrameImpl::setOpener(WebFrame* opener)
649 if (WebFrame::opener() && !opener && m_client)
652 WebFrame::setOpener(opener);
    [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.cc 327 // 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())
    [all...]
render_view_impl.cc 800 // it's the browser asking us to set our opener to another RenderView.
    [all...]
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.cc 427 // 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
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_navigator.cc 344 create_params.opener = params.source_contents;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 744 // If we have a partition from the opener, that will also be already
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 2476 int opener = (lastWinding & windingMask) == 0; local
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 2476 int opener = (lastWinding & windingMask) == 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 319 // that has a 0 opener.
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1294 milliseconds

1 2 34