Searched defs:app_launch_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dapp_launcher_handler.cc105 int app_launch_index = prefs->GetAppLaunchIndex(extension->id()); local
106 if (app_launch_index == -1) {
108 app_launch_index = prefs->GetNextAppLaunchIndex();
109 prefs->SetAppLaunchIndex(extension->id(), app_launch_index);
111 value->SetInteger("app_launch_index", app_launch_index);

Completed in 76 milliseconds