Searched refs:RunWithWindow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/app_current_window_internal/
H A Dapp_current_window_internal_api.h19 virtual bool RunWithWindow(AppWindow* window) = 0;
33 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
44 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
55 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
66 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
77 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
88 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
99 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
110 virtual bool RunWithWindow(AppWindow* window) OVERRIDE;
121 virtual bool RunWithWindow(AppWindo
[all...]
H A Dapp_current_window_internal_api.cc133 return RunWithWindow(window);
136 bool AppCurrentWindowInternalFocusFunction::RunWithWindow(AppWindow* window) { function in class:extensions::AppCurrentWindowInternalFocusFunction
141 bool AppCurrentWindowInternalFullscreenFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalFullscreenFunction
147 bool AppCurrentWindowInternalMaximizeFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalMaximizeFunction
153 bool AppCurrentWindowInternalMinimizeFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalMinimizeFunction
159 bool AppCurrentWindowInternalRestoreFunction::RunWithWindow(AppWindow* window) { function in class:extensions::AppCurrentWindowInternalRestoreFunction
164 bool AppCurrentWindowInternalDrawAttentionFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalDrawAttentionFunction
170 bool AppCurrentWindowInternalClearAttentionFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalClearAttentionFunction
176 bool AppCurrentWindowInternalShowFunction::RunWithWindow(AppWindow* window) { function in class:extensions::AppCurrentWindowInternalShowFunction
186 bool AppCurrentWindowInternalHideFunction::RunWithWindow(AppWindo function in class:extensions::AppCurrentWindowInternalHideFunction
191 bool AppCurrentWindowInternalSetBoundsFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalSetBoundsFunction
256 bool AppCurrentWindowInternalSetSizeConstraintsFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalSetSizeConstraintsFunction
296 bool AppCurrentWindowInternalSetIconFunction::RunWithWindow(AppWindow* window) { function in class:extensions::AppCurrentWindowInternalSetIconFunction
315 bool AppCurrentWindowInternalSetBadgeIconFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalSetBadgeIconFunction
334 bool AppCurrentWindowInternalClearBadgeFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalClearBadgeFunction
345 bool AppCurrentWindowInternalSetShapeFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalSetShapeFunction
386 bool AppCurrentWindowInternalSetAlwaysOnTopFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalSetAlwaysOnTopFunction
401 bool AppCurrentWindowInternalSetVisibleOnAllWorkspacesFunction::RunWithWindow( function in class:extensions::AppCurrentWindowInternalSetVisibleOnAllWorkspacesFunction
[all...]

Completed in 77 milliseconds