Home | History | Annotate | Download | only in app_mode

Lines Matching defs:App

39 // KioskAppManager manages cached app data.
57 // Struct to hold app info returned from GetApps() call.
58 struct App {
59 App(const KioskAppData& data, bool is_extension_pending);
60 App();
61 ~App();
69 typedef std::vector<App> Apps;
71 // Name of a dictionary that holds kiosk app info in Local State.
92 // Registers kiosk app entries in local state.
99 // Enables consumer kiosk mode app auto-launch feature. Upon completion,
107 // Returns auto launcher app id or an empty string if there is none.
110 // Sets |app_id| as the app to auto launch at start up.
122 // Adds/removes a kiosk app by id. When removed, all locally cached data
130 // Gets app data for the given app id. Returns true if |app_id| is known and
131 // |app| is populated. Otherwise, return false.
132 bool GetApp(const std::string& app_id, App* app) const;
134 // Gets the raw icon data for the given app id. Returns NULL if |app_id|
141 // Clears locally cached app data.
144 // Updates app data from the |app| in |profile|. |app| is provided to cover
145 // the case of app update case where |app| is the new version and is not
147 // |app| could be NULL and the current installed app in |profile| will be
151 const extensions::Extension* app);
177 // Gets KioskAppData for the given app id.
181 // Update app data |apps_| based on CrosSettings.