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.h75 size_t app_window_count() const { return app_windows_.size(); }
94 AppWindowList app_windows_; member in class:AppWindowLauncherItemController
/external/chromium_org/apps/
H A Dapp_window_registry.h76 const AppWindowList& app_windows() const { return app_windows_; }
141 // Ensures the specified |app_window| is included in |app_windows_|.
142 // Otherwise adds |app_window| to the back of |app_windows_|.
145 // Bring |app_window| to the front of |app_windows_|. If it is not in the
150 AppWindowList app_windows_; member in class:apps::AppWindowRegistry

Completed in 168 milliseconds