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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.h 71 virtual DialogType GetDialogType() const = 0;
autofill_dialog_controller_impl.cc 424 GetDialogType(), initial_user_state_);
503 GetDialogType(), AutofillMetrics::DIALOG_UI_SHOWN);
506 GetDialogType(), AutofillMetrics::SECURITY_METRIC_DIALOG_SHOWN);
510 GetDialogType(),
516 GetDialogType(),
772 GetDialogType() == DIALOG_TYPE_REQUEST_AUTOCOMPLETE;
    [all...]
tab_autofill_manager_delegate.cc 249 if (dialog_controller_->GetDialogType() == DIALOG_TYPE_REQUEST_AUTOCOMPLETE ||
autofill_dialog_controller_impl.h 196 virtual DialogType GetDialogType() const OVERRIDE;
autofill_dialog_controller_unittest.cc 235 virtual DialogType GetDialogType() const OVERRIDE {
479 if (controller()->GetDialogType() == DIALOG_TYPE_AUTOCHECKOUT)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_delegate.h 37 virtual DialogType GetDialogType() const = 0;
wallet_client.cc 381 DialogTypeToFeatureString(delegate_->GetDialogType()));
642 delegate_->GetDialogType(),
645 delegate_->GetDialogType(),
    [all...]
wallet_client_unittest.cc 613 virtual DialogType GetDialogType() const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 178 GetDialogType(), AutofillMetrics::DIALOG_UI_SHOWN);
181 GetDialogType(), AutofillMetrics::SECURITY_METRIC_DIALOG_SHOWN);
185 GetDialogType(),
191 GetDialogType(),
332 DialogType AutofillDialogControllerAndroid::GetDialogType() const {
407 if (GetDialogType() == DIALOG_TYPE_AUTOCHECKOUT) {
418 if (GetDialogType() == DIALOG_TYPE_REQUEST_AUTOCOMPLETE)
471 GetDialogType(),
475 GetDialogType(), AutofillMetrics::DIALOG_UI_ACCEPTED);
481 GetDialogType(),
    [all...]
autofill_dialog_controller_android.h 52 virtual DialogType GetDialogType() const OVERRIDE;
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 55 DialogType AutocheckoutRequestManager::GetDialogType() const {
autocheckout_request_manager.h 55 virtual DialogType GetDialogType() const OVERRIDE;

Completed in 605 milliseconds