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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_delegate.h 44 virtual std::string GetWalletCookieValue() const = 0;
wallet_client.cc 635 delegate_->GetWalletCookieValue());
637 << delegate_->GetWalletCookieValue();
    [all...]
wallet_client_unittest.cc 621 virtual std::string GetWalletCookieValue() const OVERRIDE {
    [all...]
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 64 std::string AutocheckoutRequestManager::GetWalletCookieValue() const {
autocheckout_request_manager.h 57 virtual std::string GetWalletCookieValue() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 198 virtual std::string GetWalletCookieValue() const OVERRIDE;
autofill_dialog_controller_impl.cc     [all...]

Completed in 98 milliseconds