HomeSort by relevance Sort by last modified time
    Searched refs:dialog_type (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/content/browser/android/
date_time_chooser_android.cc 26 void ReplaceDateTime(int dialog_type,
40 int dialog_type,
50 value.dialog_type = dialog_type;
80 JNIEnv* env, jobject, int dialog_type,
83 dialog_type, year, month, day, hour, minute, second, week);
date_time_chooser_android.h 32 void ReplaceDateTime(JNIEnv* env, jobject, jint dialog_type,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.cc 18 const DialogType dialog_type,
autofill_dialog_controller.h 39 const DialogType dialog_type,
account_chooser_model.cc 31 DialogType dialog_type)
38 dialog_type_(dialog_type) {
autofill_dialog_controller_browsertest.cc 68 DialogType dialog_type,
72 mutable_this->dialog_type_ = dialog_type;
76 DialogType dialog_type() const { return dialog_type_; } function in class:autofill::__anon8422::MockAutofillMetrics
86 void(DialogType dialog_type, DialogDismissalState state));
102 const DialogType dialog_type)
106 dialog_type,
223 void InitializeControllerOfType(DialogType dialog_type) {
241 dialog_type);
349 EXPECT_EQ(DIALOG_TYPE_REQUEST_AUTOCOMPLETE, metric_logger().dialog_type());
361 EXPECT_EQ(DIALOG_TYPE_REQUEST_AUTOCOMPLETE, metric_logger().dialog_type());
    [all...]
account_chooser_model.h 46 DialogType dialog_type);
tab_autofill_manager_delegate.h 64 DialogType dialog_type,
tab_autofill_manager_delegate.cc 150 DialogType dialog_type,
158 dialog_type,
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 160 // Returns the histogram prefix to use for reporting metrics for |dialog_type|.
161 std::string GetPrefixForDialogType(autofill::DialogType dialog_type) {
162 switch (dialog_type) {
349 autofill::DialogType dialog_type,
351 std::string name = GetPrefixForDialogType(dialog_type) + ".DismissalState";
356 autofill::DialogType dialog_type,
358 std::string name = GetPrefixForDialogType(dialog_type) + ".InitialUserState";
364 autofill::DialogType dialog_type,
367 GetPrefixForDialogType(dialog_type) + ".UiLatencyToShow";
371 void AutofillMetrics::LogDialogPopupEvent(autofill::DialogType dialog_type,
    [all...]
autofill_metrics.h 405 // Logs |state| to the dismissal states histogram for |dialog_type|.
406 virtual void LogDialogDismissalState(autofill::DialogType dialog_type,
411 // interacting with a dialog of |dialog_type|.
413 autofill::DialogType dialog_type,
416 // Logs the time elapsed between the dialog being shown for |dialog_type| and
418 virtual void LogDialogLatencyToShow(autofill::DialogType dialog_type,
421 // Logs |event| to the popup events histogram for |dialog_type|.
422 virtual void LogDialogPopupEvent(autofill::DialogType dialog_type,
425 // Logs |metric| to the security metrics histogram for |dialog_type|.
426 virtual void LogDialogSecurityMetric(autofill::DialogType dialog_type,
    [all...]
autofill_manager_delegate.h 110 DialogType dialog_type,
test_autofill_manager_delegate.cc 50 DialogType dialog_type,
test_autofill_manager_delegate.h 43 DialogType dialog_type,
  /external/chromium_org/content/shell/
shell_javascript_dialog_win.cc 90 int dialog_type; local
92 dialog_type = IDD_ALERT;
94 dialog_type = IDD_CONFIRM;
96 dialog_type = IDD_PROMPT;
99 MAKEINTRESOURCE(dialog_type), 0, DialogProc,
  /external/chromium_org/content/renderer/
renderer_date_time_picker.cc 35 message.dialog_type = parser.GetType();
36 if (message.dialog_type == ui::TEXT_INPUT_TYPE_WEEK) {
68 static_cast<ui::TextInputType>(value.dialog_type),
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.h 61 DialogType dialog_type,
fingerprint.cc 72 DialogTypeToBrowserFeature(DialogType dialog_type) {
73 switch (dialog_type) {
204 DialogType dialog_type,
279 DialogType dialog_type,
292 dialog_type_(dialog_type),
466 DialogType dialog_type,
473 install_time, dialog_type, app_locale, callback);
486 DialogType dialog_type,
500 charset, accept_languages, install_time, dialog_type, app_locale,
  /external/chromium/chrome/browser/extensions/
file_manager_util.h 43 static std::string GetDialogTypeAsString(SelectFileDialog::Type dialog_type);
file_manager_util.cc 226 SelectFileDialog::Type dialog_type) {
228 switch (dialog_type) {
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.h 33 const DialogType dialog_type,
73 const DialogType dialog_type,
autofill_dialog_controller_android.cc 121 const DialogType dialog_type,
129 dialog_type,
148 const DialogType dialog_type,
154 dialog_type,
426 const DialogType dialog_type,
432 dialog_type_(dialog_type),
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_in_progress_dialog_gtk.cc 28 Browser::DownloadClosePreventionType dialog_type = local
34 switch (dialog_type) {
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 35 Browser::DownloadClosePreventionType dialog_type = local
39 switch (dialog_type) {
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h 85 autofill::DialogType dialog_type,

Completed in 840 milliseconds

1 2