Searched defs:is_alert (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_dialog_manager.cc126 bool is_alert);
188 bool is_alert = message_type == content::JAVASCRIPT_MESSAGE_TYPE_ALERT; local
190 GetTitle(web_contents, origin_url, accept_lang, is_alert);
269 bool is_alert) {
273 is_alert ? IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE
291 is_alert ? IDS_JAVASCRIPT_ALERT_TITLE
265 GetTitle( WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, bool is_alert) argument
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing.cc117 bool is_alert; member in struct:net::ProxyResolverV8Tracing::Job::AlertOrError
189 void HandleAlertOrError(bool is_alert, int line_number,
192 void DispatchAlertOrError(bool is_alert, int line_number,
828 bool is_alert,
838 DispatchAlertOrError(is_alert, line_number, message);
858 AlertOrError entry = {is_alert, line_number, message};
869 DispatchAlertOrError(x.is_alert, x.line_number, x.message);
874 bool is_alert, int line_number, const base::string16& message) {
887 if (is_alert) {
827 HandleAlertOrError( bool is_alert, int line_number, const base::string16& message) argument
873 DispatchAlertOrError( bool is_alert, int line_number, const base::string16& message) argument

Completed in 465 milliseconds