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

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.cc 27 struct AppState {
28 AppState();
29 ~AppState();
31 bool Equals(const AppState& other) const;
42 typedef std::map<std::string, AppState> AppStateMap;
44 AppState::AppState() : launch_type(extensions::LAUNCH_TYPE_INVALID) {}
46 AppState::~AppState() {}
48 bool AppState::IsValid() const
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.h 110 enum AppState {
275 void UpdateAppState(content::WebContents* contents, AppState app_state);

Completed in 118 milliseconds