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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_x11.h 38 aura::Window* content_window,
browser_desktop_root_window_host_x11.cc 46 aura::Window* content_window,
49 content_window, params);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 46 virtual aura::RootWindow* Init(aura::Window* content_window,
desktop_root_window_host_x11.h 77 virtual aura::RootWindow* Init(aura::Window* content_window,
161 // Creates an aura::RootWindow to contain the |content_window|, along with
desktop_root_window_host_win.h 50 virtual aura::RootWindow* Init(aura::Window* content_window,
desktop_root_window_host_win.cc 102 aura::Window* content_window,
105 content_window_ = content_window;
desktop_root_window_host_x11.cc 201 aura::Window* content_window,
203 content_window_ = content_window;
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.cc 252 GdkWindow* content_window = gtk_widget_get_window(content_view); local
253 if (content_window) {
254 gdk_window_set_title(content_window, UTF16ToUTF8(title).c_str());
web_contents_view_aura.cc 718 aura::Window* content_window = view ? view->GetNativeView() : NULL; variable
720 new_window != content_window) {
729 aura::Window* content_window = view ? view->GetNativeView() : NULL; variable
731 window != content_window) {
    [all...]

Completed in 2712 milliseconds