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

  /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 32 milliseconds