Searched defs:dialog_type (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.cc18 const DialogType dialog_type,
14 Create( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
H A Daccount_chooser_model.cc31 DialogType dialog_type)
38 dialog_type_(dialog_type) {
27 AccountChooserModel( AccountChooserModelDelegate* delegate, PrefService* prefs, const AutofillMetrics& metric_logger, DialogType dialog_type) argument
H A Dtab_autofill_manager_delegate.cc150 DialogType dialog_type,
158 dialog_type,
147 ShowRequestAutocompleteDialog( const FormData& form, const GURL& source_url, DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
H A Dautofill_dialog_controller_impl.h88 const DialogType dialog_type,
231 DialogType dialog_type() const { return dialog_type_; } function in class:autofill::AutofillDialogControllerImpl
239 const DialogType dialog_type,
H A Dautofill_dialog_controller_browsertest.cc68 DialogType dialog_type,
72 mutable_this->dialog_type_ = dialog_type;
76 DialogType dialog_type() const { return dialog_type_; } function in class:autofill::__anon6016::MockAutofillMetrics
86 void(DialogType dialog_type, DialogDismissalState state));
102 const DialogType dialog_type)
106 dialog_type,
223 void InitializeControllerOfType(DialogType dialog_type) { argument
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());
98 TestAutofillDialogController(content::WebContents* contents, const FormData& form_data, const AutofillMetrics& metric_logger, scoped_refptr<content::MessageLoopRunner> runner, const DialogType dialog_type) argument
[all...]
H A Dautofill_dialog_controller_unittest.cc195 const DialogType dialog_type,
202 dialog_type,
208 dialog_type_(dialog_type),
239 void set_dialog_type(DialogType dialog_type) { dialog_type_ = dialog_type; } argument
190 TestAutofillDialogController( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const AutofillMetrics& metric_logger, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback, MockNewCreditCardBubbleController* mock_new_card_bubble_controller) argument
H A Dautofill_dialog_controller_impl.cc439 const DialogType dialog_type,
447 dialog_type,
477 const DialogType dialog_type,
483 dialog_type,
2311 const DialogType dialog_type,
2317 dialog_type_(dialog_type),
2323 dialog_type),
435 Create( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
473 Create( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
2307 AutofillDialogControllerImpl( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_in_progress_dialog_gtk.cc28 Browser::DownloadClosePreventionType dialog_type = local
34 switch (dialog_type) {
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc35 Browser::DownloadClosePreventionType dialog_type = local
39 switch (dialog_type) {
/external/chromium_org/content/shell/
H A Dshell_javascript_dialog_win.cc90 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/browser/android/
H A Ddate_time_chooser_android.cc26 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);
39 ReplaceDateTime( int dialog_type, int year, int month, int day, int hour, int minute, int second, int week) argument
79 ReplaceDateTime( JNIEnv* env, jobject, int dialog_type, int year, int month, int day, int hour, int minute, int second, int week) argument
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.cc226 SelectFileDialog::Type dialog_type) {
228 switch (dialog_type) {
225 GetDialogTypeAsString( SelectFileDialog::Type dialog_type) argument
/external/chromium_org/android_webview/native/
H A Daw_autofill_manager_delegate.cc205 autofill::DialogType dialog_type,
202 ShowRequestAutocompleteDialog( const autofill::FormData& form, const GURL& source_url, autofill::DialogType dialog_type, const base::Callback<void(const autofill::FormStructure*, const std::string&)>& callback) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc137 void OpenDialog(ui::SelectFileDialog::Type dialog_type, argument
152 dialog_->SelectFile(dialog_type,
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_manager_delegate.cc50 DialogType dialog_type,
47 ShowRequestAutocompleteDialog( const FormData& form, const GURL& source_url, DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
H A Dautofill_metrics.cc160 // Returns the histogram prefix to use for reporting metrics for |dialog_type|.
161 std::string GetPrefixForDialogType(autofill::DialogType dialog_type) { argument
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, argument
348 LogDialogDismissalState( autofill::DialogType dialog_type, DialogDismissalState state) const argument
355 LogDialogInitialUserState( autofill::DialogType dialog_type, DialogInitialUserStateMetric user_type) const argument
363 LogDialogLatencyToShow( autofill::DialogType dialog_type, const base::TimeDelta& duration) const argument
377 LogDialogSecurityMetric( autofill::DialogType dialog_type, DialogSecurityMetric metric) const argument
384 LogDialogUiDuration( const base::TimeDelta& duration, autofill::DialogType dialog_type, DialogDismissalAction dismissal_action) const argument
405 LogDialogUiEvent(autofill::DialogType dialog_type, DialogUiEvent event) const argument
411 LogWalletErrorMetric(autofill::DialogType dialog_type, WalletErrorMetric metric) const argument
424 LogWalletRequiredActionMetric( autofill::DialogType dialog_type, WalletRequiredActionMetric required_action) const argument
[all...]
H A Dautofill_manager.cc655 autofill::DialogType dialog_type,
659 form, source_url, dialog_type, callback);
652 ShowRequestAutocompleteDialog( const FormData& form, const GURL& source_url, autofill::DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc72 DialogTypeToBrowserFeature(DialogType dialog_type) { argument
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,
270 FingerprintDataLoader( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, DialogType dialog_type, const std::string& app_locale, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
457 GetFingerprintInternal( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const WebKit::WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, DialogType dialog_type, const std::string& app_locale, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
478 GetFingerprint( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const content::WebContents& web_contents, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, DialogType dialog_type, const std::string& app_locale, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_util.cc152 ui::SelectFileDialog::Type dialog_type) {
154 switch (dialog_type) {
656 string16 GetTitleFromType(ui::SelectFileDialog::Type dialog_type) { argument
658 switch (dialog_type) {
151 GetDialogTypeAsString( ui::SelectFileDialog::Type dialog_type) argument
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc121 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),
117 Create( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
144 Create( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
422 AutofillDialogControllerAndroid( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const DialogType dialog_type, const base::Callback<void(const FormStructure*, const std::string&)>& callback) argument
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.cc78 std::string DialogTypeToFeatureString(autofill::DialogType dialog_type) { argument
79 switch (dialog_type) {

Completed in 402 milliseconds