HomeSort by relevance Sort by last modified time
    Searched refs:GetNextAppLaunchIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_prefs.h 271 int GetNextAppLaunchIndex();
extension_prefs_unittest.cc 533 EXPECT_EQ(0, prefs()->GetNextAppLaunchIndex());
546 EXPECT_EQ(launch_index + 1, prefs()->GetNextAppLaunchIndex());
549 prefs()->GetNextAppLaunchIndex());
    [all...]
extension_prefs.cc 888 Value::CreateIntegerValue(GetNextAppLaunchIndex()));
    [all...]
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 108 app_launch_index = prefs->GetNextAppLaunchIndex();

Completed in 104 milliseconds