Searched refs:OnQuery (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_external_delegate.cc19 autofill_external_delegate->OnQuery(query_id, form, field, bounds, false);
H A Dautofill_external_delegate.h55 virtual void OnQuery(int query_id,
H A Dautofill_external_delegate_unittest.cc115 // Issue an OnQuery call with the given |query_id|.
123 external_delegate_->OnQuery(query_id, form, field, element_bounds, true);
339 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true);
433 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
H A Dautofill_external_delegate.cc60 void AutofillExternalDelegate::OnQuery(int query_id, function in class:autofill::AutofillExternalDelegate
H A Dautofill_manager.cc460 external_delegate_->OnQuery(query_id,
H A Dautofill_manager_unittest.cc505 virtual void OnQuery(int query_id,
561 // Records if OnQuery has been called yet.
565 // call to OnQuery.
2917 GetAutofillSuggestions(form, field); // should call the delegate's OnQuery()
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_ref_host.h98 int32_t OnQuery(ppapi::host::HostMessageContext* context);
H A Dpepper_file_ref_host.cc165 PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_FileRef_Query, OnQuery)
227 int32_t PepperFileRefHost::OnQuery(ppapi::host::HostMessageContext* context) { function in class:content::PepperFileRefHost

Completed in 1050 milliseconds