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

  /external/chromium_org/chrome/browser/extensions/
tab_helper.h 55 UPDATE_SHORTCUT // Update icon for app shortcut.
tab_helper.cc 318 case UPDATE_SHORTCUT: {
537 if (pending_web_app_action_ == UPDATE_SHORTCUT) {
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 484 // Set UPDATE_SHORTCUT as the pending web app action. This action is picked
488 // web_app::UpdateShortcutForTabContents when it sees UPDATE_SHORTCUT as
491 extensions::TabHelper::UPDATE_SHORTCUT);
  /external/chromium/chrome/browser/ui/
browser.h 257 // Open |url| in an app shortcut window. If |update_shortcut| is true,
265 bool update_shortcut);
    [all...]
browser.cc 599 bool update_shortcut) {
611 if (update_shortcut) {
612 // Set UPDATE_SHORTCUT as the pending web app action. This action is picked
616 // web_app::UpdateShortcutForTabContents when it sees UPDATE_SHORTCUT as
618 app_browser->pending_web_app_action_ = UPDATE_SHORTCUT;
    [all...]

Completed in 42 milliseconds