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

  /external/chromium_org/components/autofill/core/browser/
test_autofill_external_delegate.cc 19 autofill_external_delegate->OnQuery(query_id, form, field, bounds, false);
autofill_external_delegate.h 61 virtual void OnQuery(int query_id,
autofill_external_delegate_unittest.cc 119 // Issue an OnQuery call with the given |query_id|.
127 external_delegate_->OnQuery(query_id, form, field, element_bounds, true);
325 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true);
464 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
autofill_external_delegate.cc 35 void AutofillExternalDelegate::OnQuery(int query_id,
autofill_manager.cc 363 external_delegate_->OnQuery(query_id,
    [all...]
autofill_manager_unittest.cc 540 virtual void OnQuery(int query_id,
596 // Records if OnQuery has been called yet.
600 // call to OnQuery.
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.h 99 int32_t OnQuery(ppapi::host::HostMessageContext* context);
pepper_file_ref_host.cc 170 OnQuery);
236 int32_t PepperFileRefHost::OnQuery(ppapi::host::HostMessageContext* context) {

Completed in 3011 milliseconds