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

  /external/chromium_org/content/browser/web_contents/
web_contents_view.h 36 virtual gfx::NativeView GetContentNativeView() const = 0;
web_contents_view_android.h 34 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
web_contents_view_guest.h 47 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
web_contents_view_mac.h 70 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
web_contents_view_aura_browsertest.cc 299 aura::Window* content = web_contents->GetContentNativeView();
486 aura::Window* content = web_contents->GetContentNativeView();
609 aura::Window* content = web_contents->GetContentNativeView();
783 aura::Window* content = web_contents->GetContentNativeView();
792 window->AddChild(shell()->web_contents()->GetContentNativeView());
804 aura::Window* content = web_contents->GetContentNativeView();
813 delete web_contents->GetContentNativeView();
852 aura::Window* content = web_contents->GetContentNativeView();
    [all...]
touch_editable_impl_aura_browsertest.cc 139 aura::Window* content = shell()->web_contents()->GetContentNativeView();
173 aura::Window* content = web_contents->GetContentNativeView();
408 aura::Window* content = web_contents->GetContentNativeView();
web_contents_view_android.cc 60 gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const {
web_contents_view_aura.cc 150 return web_contents_->GetView()->GetContentNativeView();
847 window_->StackChildAbove(overscroll_window_.get(), GetContentNativeView());
849 window_->StackChildBelow(overscroll_window_.get(), GetContentNativeView());
861 aura::Window* content = GetContentNativeView();
    [all...]
web_contents_view_aura.h 107 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
web_contents_view_guest.cc 52 gfx::NativeView WebContentsViewGuest::GetContentNativeView() const {
web_contents_impl.h 284 virtual gfx::NativeView GetContentNativeView() OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 184 web_contents_->GetContentNativeView(),
  /external/chromium_org/content/public/browser/
web_contents.h 399 virtual gfx::NativeView GetContentNativeView() = 0;
  /external/chromium_org/content/public/test/
browser_test_utils.cc 242 aura::Window* content = web_contents->GetContentNativeView();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 947 milliseconds