HomeSort by relevance Sort by last modified time
    Searched refs:GetContentNativeView (Results 1 - 15 of 15) 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;
touch_editable_impl_aura_browsertest.cc 117 aura::Window* content = shell()->web_contents()->GetContentNativeView();
151 aura::Window* content = web_contents->GetContentNativeView();
336 aura::Window* content = web_contents->GetContentNativeView();
web_contents_view_mac.h 70 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
web_contents_view_aura_browsertest.cc 185 aura::Window* content = web_contents->GetContentNativeView();
319 aura::Window* content = web_contents->GetContentNativeView();
435 aura::Window* content = web_contents->GetContentNativeView();
608 aura::Window* content = web_contents->GetContentNativeView();
617 window->AddChild(shell()->web_contents()->GetContentNativeView());
629 aura::Window* content = web_contents->GetContentNativeView();
638 delete web_contents->GetContentNativeView();
677 aura::Window* content = web_contents->GetContentNativeView();
web_contents_view_aura.cc 161 return web_contents_->GetView()->GetContentNativeView();
826 window_->StackChildAbove(overscroll_window_.get(), GetContentNativeView());
828 window_->StackChildBelow(overscroll_window_.get(), GetContentNativeView());
840 aura::Window* content = GetContentNativeView();
    [all...]
web_contents_view_android.cc 60 gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const {
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 249 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 385 virtual gfx::NativeView GetContentNativeView() = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 239 milliseconds