Searched defs:GetOrCreate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_cache.cc24 AXAuraObjWrapper* AXAuraObjCache::GetOrCreate(View* view) { function in class:views::AXAuraObjCache
28 AXAuraObjWrapper* AXAuraObjCache::GetOrCreate(Widget* widget) { function in class:views::AXAuraObjCache
32 AXAuraObjWrapper* AXAuraObjCache::GetOrCreate(aura::Window* window) { function in class:views::AXAuraObjCache
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc71 scoped_refptr<ShareableFileReference> ShareableFileReference::GetOrCreate( function in class:storage::ShareableFileReference
75 return GetOrCreate(
81 scoped_refptr<ShareableFileReference> ShareableFileReference::GetOrCreate( function in class:storage::ShareableFileReference
/external/chromium_org/chrome/browser/ui/autofill/
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 Dautofill_popup_controller_impl.cc70 WeakPtr<AutofillPopupControllerImpl> AutofillPopupControllerImpl::GetOrCreate( function in class:autofill::AutofillPopupControllerImpl
/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/content/shell/renderer/test_runner/
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
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h623 u8 *map2 = GetOrCreate(idx / kSize2);
642 u8 *GetOrCreate(uptr idx) { function in class:__sanitizer::TwoLevelByteMap

Completed in 1423 milliseconds