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

  /external/chromium_org/chrome/installer/util/
html_dialog.h 25 HTML_DLG_DECLINE = 2, // The user declined (cancel, no, abort buttons).
79 ACCEPTED, // Accepted EULA no opt-in, from HTML_DLG_DECLINE (2).
html_dialog_impl.cc 33 // window.returnValue = 2; <-- this matches HTML_DLG_DECLINE
51 int result = HTML_DLG_DECLINE;

Completed in 34 milliseconds