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

  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 150 aura::Window* web_contents_window = local
152 aura::Window* root_window = web_contents_window->GetRootWindow();
156 screen_position_client->ConvertPointToScreen(web_contents_window,
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 134 ui::GetScaleFactorForNativeView(web_contents_window()))));
145 aura::Window* web_contents_window() { function in class:content::__anon7962::OverscrollWindowDelegate
151 if (forward_events_ && web_contents_window())
152 web_contents_window()->delegate()->OnScrollEvent(event);
156 if (forward_events_ && web_contents_window())
157 web_contents_window()->delegate()->OnGestureEvent(event);
    [all...]

Completed in 156 milliseconds