OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shell_window_
(Results
1 - 9
of
9
) sorted by null
/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();
116
shell_window_
->GetBaseWindow()->IsActive());
143
return
shell_window_
->extension() &&
144
extension->id() ==
shell_window_
->extension()->id();
148
bool active =
shell_window_
->GetBaseWindow()->IsActive();
/external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.cc
67
if (
shell_window_
&&
shell_window_
->web_contents())
68
shell_window_
->web_contents()->Close();
115
shell_window_
= shell_window;
130
shell_window_
= NULL;
151
DCHECK(
shell_window_
);
web_auth_flow.h
137
apps::ShellWindow*
shell_window_
;
member in class:extensions::WebAuthFlow
/external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc
181
:
shell_window_
(shell_window),
205
shell_window_
->Restore();
207
shell_window_
->OSFullscreen();
217
shell_window_
->GetBaseWindow()->IsFullscreenOrPending()) {
218
shell_window_
->Restore();
223
shell_window_
->OnNativeWindowChanged();
235
ShellWindow*
shell_window_
;
member in class:__anon6233::NativeAppWindowStateDelegate
254
shell_window_
= shell_window;
272
shell_window_
));
598
if (
shell_window_
->window_type_is_panel())
[
all
...]
native_app_window_views.h
77
Profile* profile() { return
shell_window_
->profile(); }
79
return
shell_window_
->extension();
201
return
shell_window_
->web_contents();
204
apps::ShellWindow*
shell_window_
; // weak - ShellWindow owns NativeAppWindow.
member in class:NativeAppWindowViews
/external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc
45
:
shell_window_
(shell_window),
149
shell_window_
->profile(),
152
shell_window_
));
234
shell_window_
->OnNativeWindowChanged();
247
shell_window_
->OnNativeClose();
338
shell_window_
->OnNativeWindowChanged();
405
shell_window_
->OnNativeWindowActivated();
448
shell_window_
->OnNativeWindowChanged();
627
Profile* profile =
shell_window_
->profile();
628
gfx::Image app_icon =
shell_window_
->app_icon()
[
all
...]
native_app_window_gtk.h
98
return
shell_window_
->web_contents();
101
return
shell_window_
->extension();
127
apps::ShellWindow*
shell_window_
; // weak - ShellWindow owns NativeAppWindow.
member in class:NativeAppWindowGtk
/external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.mm
280
:
shell_window_
(shell_window),
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
...]
native_app_window_cocoa.h
160
return
shell_window_
->web_contents();
163
return
shell_window_
->extension();
187
apps::ShellWindow*
shell_window_
; // weak - ShellWindow owns NativeAppWindow.
member in class:NativeAppWindowCocoa
Completed in 474 milliseconds