Home
last modified time | relevance | path

Searched refs:shell_window_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/apps/
Dnative_app_window_views.cc181 : shell_window_(shell_window), in NativeAppWindowStateDelegate()
205 shell_window_->Restore(); in ToggleFullscreen()
207 shell_window_->OSFullscreen(); in ToggleFullscreen()
217 shell_window_->GetBaseWindow()->IsFullscreenOrPending()) { in OnWindowShowTypeChanged()
218 shell_window_->Restore(); in OnWindowShowTypeChanged()
223 shell_window_->OnNativeWindowChanged(); in OnWindowShowTypeChanged()
235 ShellWindow* shell_window_; member in __anone62655e10111::NativeAppWindowStateDelegate
254 shell_window_ = shell_window; in Init()
272 shell_window_)); in Init()
598 if (shell_window_->window_type_is_panel()) { in IsAlwaysOnTop()
[all …]
Dnative_app_window_views.h77 Profile* profile() { return shell_window_->profile(); } in profile()
79 return shell_window_->extension(); in extension()
201 return shell_window_->web_contents(); in web_contents()
204 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow. variable
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc53 ShellWindow* shell_window_; // Weak pointer; this is owned by shell_window_ member in AshPanelWindowController
62 shell_window_(shell_window), in AshPanelWindowController()
72 return static_cast<int>(shell_window_->session_id().id()); in GetWindowId()
98 content::WebContents* web_contents = shell_window_->web_contents(); in CreateTabValue()
116 shell_window_->GetBaseWindow()->IsActive()); in CreateTabValue()
143 return shell_window_->extension() && in IsVisibleToExtension()
144 extension->id() == shell_window_->extension()->id(); in IsVisibleToExtension()
148 bool active = shell_window_->GetBaseWindow()->IsActive(); in NativeWindowChanged()
/external/chromium_org/chrome/browser/ui/gtk/apps/
Dnative_app_window_gtk.cc45 : shell_window_(shell_window), in NativeAppWindowGtk()
149 shell_window_->profile(), in NativeAppWindowGtk()
152 shell_window_)); in NativeAppWindowGtk()
234 shell_window_->OnNativeWindowChanged(); in Close()
247 shell_window_->OnNativeClose(); in Close()
338 shell_window_->OnNativeWindowChanged(); in OnXEvent()
405 shell_window_->OnNativeWindowActivated(); in ActiveWindowChanged()
448 shell_window_->OnNativeWindowChanged(); in OnConfigureDebounced()
627 Profile* profile = shell_window_->profile(); in UpdateWindowIcon()
628 gfx::Image app_icon = shell_window_->app_icon(); in UpdateWindowIcon()
[all …]
Dnative_app_window_gtk.h98 return shell_window_->web_contents(); in web_contents()
101 return shell_window_->extension(); in extension()
127 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow. variable
/external/chromium_org/chrome/browser/extensions/api/identity/
Dweb_auth_flow.cc67 if (shell_window_ && shell_window_->web_contents()) in ~WebAuthFlow()
68 shell_window_->web_contents()->Close(); in ~WebAuthFlow()
115 shell_window_ = shell_window; in OnShellWindowAdded()
130 shell_window_ = NULL; in OnShellWindowRemoved()
151 DCHECK(shell_window_); in Observe()
Dweb_auth_flow.h137 apps::ShellWindow* shell_window_; variable
/external/chromium_org/chrome/browser/ui/cocoa/apps/
Dnative_app_window_cocoa.h160 return shell_window_->web_contents();
163 return shell_window_->extension();
187 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow. local
Dnative_app_window_cocoa.mm280 : shell_window_(shell_window), function
322 shell_window_->size_constraints();
368 shell_window_->profile(),
543 shell_window_)) {
630 base::string16 title = shell_window_->GetTitle();
880 shell_window_->OnNativeWindowChanged();
881 shell_window_->OnNativeClose();
889 shell_window_->OnNativeWindowActivated();
929 shell_window_->OnNativeWindowChanged();
934 shell_window_->OnNativeWindowChanged();
[all …]