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

  /external/chromium/chrome/browser/extensions/
extension_prefs.h 264 int GetAppLaunchIndex(const std::string& extension_id);
extension_prefs_unittest.cc 543 int launch_index = prefs()->GetAppLaunchIndex(extension_->id());
550 int new_launch_index = prefs()->GetAppLaunchIndex(extension_->id());
554 EXPECT_EQ(-1, prefs()->GetAppLaunchIndex("foo"));
    [all...]
extension_prefs.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 105 int app_launch_index = prefs->GetAppLaunchIndex(extension->id());

Completed in 267 milliseconds