OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppState
(Results
1 - 5
of
5
) 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/
browser_status_monitor.cc
48
ChromeLauncherController::
AppState
state =
148
ChromeLauncherController::
AppState
app_state) {
267
ChromeLauncherController::
AppState
state =
300
ChromeLauncherController::
AppState
state =
browser_status_monitor.h
52
ChromeLauncherController::
AppState
app_state);
chrome_launcher_controller.h
110
enum
AppState
{
275
void UpdateAppState(content::WebContents* contents,
AppState
app_state);
chrome_launcher_controller.cc
[
all
...]
Completed in 123 milliseconds