HomeSort by relevance Sort by last modified time
    Searched defs:app_windows_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/apps/
app_window_registry.h 76 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
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_item_controller.h 75 size_t app_window_count() const { return app_windows_.size(); }
94 AppWindowList app_windows_; member in class:AppWindowLauncherItemController

Completed in 1598 milliseconds