Searched refs:highlight_app_id_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc305 if (extension_id == highlight_app_id_)
307 ExtensionAppItem* old_app = GetExtensionAppItem(highlight_app_id_);
310 highlight_app_id_ = extension_id;
311 ExtensionAppItem* new_app = GetExtensionAppItem(highlight_app_id_);
329 if (!highlighted_app_pending_ || highlight_app_id_.empty())
331 ExtensionAppItem* item = GetExtensionAppItem(highlight_app_id_);
H A Dextension_app_model_builder.h107 // Sets the application app with |highlight_app_id_| in |model_| as
144 std::string highlight_app_id_; member in class:ExtensionAppModelBuilder
146 // True if we haven't set |highlight_app_id_| to be highlighted. This happens
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.h142 // Sends |highlight_app_id_| to the js.
190 std::string highlight_app_id_; member in class:AppLauncherHandler
H A Dapp_launcher_handler.cc246 highlight_app_id_ = *content::Details<const std::string>(details).ptr();
747 if (highlight_app_id_.empty())
750 base::StringValue app_id(highlight_app_id_);
752 highlight_app_id_.clear();

Completed in 719 milliseconds