Searched refs:GetOrCreate (Results 1 - 25 of 34) sorted by path

12

/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc113 // create the instance (by invoking GetOrCreate) on IO thread, though
118 storage::ShareableFileReference::GetOrCreate(storage::ScopedFile(
/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.cc49 static DownloadItemModelData* GetOrCreate(DownloadItem* download);
83 DownloadItemModelData* DownloadItemModelData::GetOrCreate( function in class:__anon3583::DownloadItemModelData
555 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_);
589 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_);
599 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_);
609 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_);
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_api.cc106 mhtml_file_ = ShareableFileReference::GetOrCreate(
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc127 ShareableFileReference::GetOrCreate(
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client.cc412 autofill::PasswordGenerationPopupControllerImpl::GetOrCreate(
432 autofill::PasswordGenerationPopupControllerImpl::GetOrCreate(
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dautomation_manager_ash.cc62 views::AXAuraObjCache::GetInstance()->GetOrCreate(view);
H A Dax_root_obj_wrapper.cc38 views::AXAuraObjCache::GetInstance()->GetOrCreate(children[i]));
H A Dax_tree_source_ash_unittest.cc81 AXAuraObjCache::GetInstance()->GetOrCreate(content_);
89 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
123 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
144 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
157 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2176 popup_controller_ = AutofillPopupControllerImpl::GetOrCreate(
H A Dautofill_popup_controller_impl.cc70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate( function in class:autofill::AutofillPopupControllerImpl
H A Dautofill_popup_controller_impl.h32 static base::WeakPtr<AutofillPopupControllerImpl> GetOrCreate(
H A Dautofill_popup_controller_unittest.cc428 TEST_F(AutofillPopupControllerUnitTest, GetOrCreate) {
434 AutofillPopupControllerImpl::GetOrCreate(
441 controller = AutofillPopupControllerImpl::GetOrCreate(
447 AutofillPopupControllerImpl::GetOrCreate(controller,
463 AutofillPopupControllerImpl::GetOrCreate(
488 AutofillPopupControllerImpl::GetOrCreate(
H A Dchrome_autofill_client.cc144 AutofillPopupControllerImpl::GetOrCreate(popup_controller_,
H A Dgenerated_credit_card_bubble_controller.cc44 GeneratedCreditCardBubbleController* GetOrCreate(content::WebContents* wc) { function in namespace:autofill::__anon5023
84 GetOrCreate(contents)->SetupAndShow(fronting_card_name, backing_card_name);
H A Dpassword_generation_popup_controller_impl.cc36 PasswordGenerationPopupControllerImpl::GetOrCreate( function in class:autofill::PasswordGenerationPopupControllerImpl
H A Dpassword_generation_popup_controller_impl.h49 static base::WeakPtr<PasswordGenerationPopupControllerImpl> GetOrCreate(
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.cc837 file_ref = storage::ShareableFileReference::GetOrCreate(
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_callbacks.cc239 shareable_file = ShareableFileReference::GetOrCreate(
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc2746 ShareableFileReference::GetOrCreate(
2793 ShareableFileReference::GetOrCreate(
H A Dresource_loader_unittest.cc519 deletable_file_ = ShareableFileReference::GetOrCreate(
H A Dtemporary_file_stream.cc38 ShareableFileReference::GetOrCreate(
/external/chromium_org/content/common/
H A Dshareable_file_reference_unittest.cc33 reference1 = ShareableFileReference::GetOrCreate(
42 reference2 = ShareableFileReference::GetOrCreate(
/external/chromium_org/content/shell/renderer/test_runner/
H A Daccessibility_controller.cc181 v8::Handle<v8::Object> element_handle = elements_.GetOrCreate(target);
232 return elements_.GetOrCreate(focused_element_);
264 return elements_.GetOrCreate(obj);
H A Dweb_ax_object_proxy.cc567 return factory_->GetOrCreate(accessibility_object_.childAt(index));
873 return factory_->GetOrCreate(obj);
882 return factory_->GetOrCreate(obj);
907 return factory_->GetOrCreate(obj);
916 return factory_->GetOrCreate(obj);
954 return factory_->GetOrCreate(parent_object);
1045 return factory()->GetOrCreate(accessibility_object());
1075 v8::Handle<v8::Object> WebAXObjectProxyList::GetOrCreate( function in class:content::WebAXObjectProxyList
H A Dweb_ax_object_proxy.h28 virtual v8::Handle<v8::Object> GetOrCreate(
157 virtual v8::Handle<v8::Object> GetOrCreate(

Completed in 522 milliseconds

12