HomeSort by relevance Sort by last modified time
    Searched defs:shell_window_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.h 136 apps::ShellWindow* shell_window_; member in class:extensions::WebAuthFlow
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 135 return shell_window_->web_contents();
138 return shell_window_->extension();
156 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow. member in class:NativeAppWindowCocoa
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 83 return shell_window_->web_contents();
86 return shell_window_->extension();
112 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow. member in class:NativeAppWindowGtk
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h 151 Profile* profile() { return shell_window_->profile(); }
153 return shell_window_->web_contents();
156 return shell_window_->extension();
159 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow. member in class:NativeAppWindowViews
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 53 ShellWindow* shell_window_; // Weak pointer; this is owned by shell_window_ member in class:AshPanelWindowController
62 shell_window_(shell_window),
72 return static_cast<int>(shell_window_->session_id().id());
98 content::WebContents* web_contents = shell_window_->web_contents();
115 shell_window_->GetBaseWindow()->IsActive());
142 return shell_window_->extension() &&
143 extension->id() == shell_window_->extension()->id();
147 bool active = shell_window_->GetBaseWindow()->IsActive();

Completed in 164 milliseconds