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 187 if (extension_id == highlight_app_id_)
189 ExtensionAppItem* old_app = GetExtensionAppItem(highlight_app_id_);
192 highlight_app_id_ = extension_id;
193 ExtensionAppItem* new_app = GetExtensionAppItem(highlight_app_id_);
212 if (!highlighted_app_pending_ || highlight_app_id_.empty())
214 ExtensionAppItem* item = GetExtensionAppItem(highlight_app_id_);
extension_app_model_builder.h 86 // Sets the application app with |highlight_app_id_| in |model_| as
103 std::string highlight_app_id_; member in class:ExtensionAppModelBuilder
105 // 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 245 highlight_app_id_ = *content::Details<const std::string>(details).ptr();
751 if (highlight_app_id_.empty())
754 StringValue app_id(highlight_app_id_);
756 highlight_app_id_.clear();

Completed in 105 milliseconds