Searched refs:GetNextAppLaunchIndex (Results 1 – 4 of 4) sorted by relevance
533 EXPECT_EQ(0, prefs()->GetNextAppLaunchIndex()); in Initialize()546 EXPECT_EQ(launch_index + 1, prefs()->GetNextAppLaunchIndex()); in Verify()549 prefs()->GetNextAppLaunchIndex()); in Verify()
271 int GetNextAppLaunchIndex();
888 Value::CreateIntegerValue(GetNextAppLaunchIndex())); in OnExtensionInstalled()1264 int ExtensionPrefs::GetNextAppLaunchIndex() { in GetNextAppLaunchIndex() function in ExtensionPrefs
108 app_launch_index = prefs->GetNextAppLaunchIndex(); in CreateAppInfo()