Searched defs:app_windows_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_window_launcher_item_controller.h76 size_t app_window_count() const { return app_windows_.size(); }
95 AppWindowList app_windows_; member in class:AppWindowLauncherItemController
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_registry.h78 const AppWindowList& app_windows() const { return app_windows_; }
130 // Ensures the specified |app_window| is included in |app_windows_|.
131 // Otherwise adds |app_window| to the back of |app_windows_|.
134 // Bring |app_window| to the front of |app_windows_|. If it is not in the
139 AppWindowList app_windows_; member in class:extensions::AppWindowRegistry

Completed in 83 milliseconds