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

  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.cc 261 if (extension_id == highlight_app_id_)
263 ExtensionAppItem* old_app = GetExtensionAppItem(highlight_app_id_);
266 highlight_app_id_ = extension_id;
267 ExtensionAppItem* new_app = GetExtensionAppItem(highlight_app_id_);
285 if (!highlighted_app_pending_ || highlight_app_id_.empty())
287 ExtensionAppItem* item = GetExtensionAppItem(highlight_app_id_);
extension_app_model_builder.h 109 // Sets the application app with |highlight_app_id_| in |model_| as
139 std::string highlight_app_id_; member in class:ExtensionAppModelBuilder
141 // True if we haven't set |highlight_app_id_| to be highlighted. This happens
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.h 142 // Sends |highlight_app_id_| to the js.
190 std::string highlight_app_id_; member in class:AppLauncherHandler
app_launcher_handler.cc 247 highlight_app_id_ = *content::Details<const std::string>(details).ptr();
749 if (highlight_app_id_.empty())
752 base::StringValue app_id(highlight_app_id_);
754 highlight_app_id_.clear();

Completed in 880 milliseconds