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 66 virtual void OnQuery(int query_id,
autofill_external_delegate_unittest.cc 124 // Issue an OnQuery call with the given |query_id|.
132 external_delegate_->OnQuery(query_id, form, field, element_bounds, true);
328 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true);
455 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
autofill_external_delegate.cc 46 void AutofillExternalDelegate::OnQuery(int query_id,
autofill_manager.cc 414 external_delegate_->OnQuery(query_id,
    [all...]
autofill_manager_unittest.cc 657 virtual void OnQuery(int query_id,
713 // Records if OnQuery has been called yet.
717 // call to OnQuery.
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.h 100 int32_t OnQuery(ppapi::host::HostMessageContext* context);
pepper_file_ref_host.cc 171 OnQuery);
237 int32_t PepperFileRefHost::OnQuery(ppapi::host::HostMessageContext* context) {

Completed in 105 milliseconds