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 55 virtual void OnQuery(int query_id,
autofill_external_delegate_unittest.cc 115 // Issue an OnQuery call with the given |query_id|.
123 external_delegate_->OnQuery(query_id, form, field, element_bounds, true);
331 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true);
425 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
autofill_external_delegate.cc 58 void AutofillExternalDelegate::OnQuery(int query_id,
autofill_manager.cc 445 external_delegate_->OnQuery(query_id,
    [all...]
autofill_manager_unittest.cc 509 virtual void OnQuery(int query_id,
565 // Records if OnQuery has been called yet.
569 // call to OnQuery.
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.h 98 int32_t OnQuery(ppapi::host::HostMessageContext* context);
pepper_file_ref_host.cc 165 PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_FileRef_Query, OnQuery)
227 int32_t PepperFileRefHost::OnQuery(ppapi::host::HostMessageContext* context) {

Completed in 335 milliseconds