Home
last modified time | relevance | path

Searched refs:GetOrCreate (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/ui/views/accessibility/
Dax_view_obj_wrapper.cc19 AXAuraObjCache::GetInstance()->GetOrCreate(view->GetWidget()); in AXViewObjWrapper()
27 return cache->GetOrCreate(view_->parent()); in GetParent()
29 return cache->GetOrCreate(view_->GetWidget()); in GetParent()
37 AXAuraObjCache::GetInstance()->GetOrCreate(view_->child_at(i)); in GetChildren()
Dax_window_obj_wrapper.cc29 return AXAuraObjCache::GetInstance()->GetOrCreate(window_->parent()); in GetParent()
37 AXAuraObjCache::GetInstance()->GetOrCreate(children[i])); in GetChildren()
43 out_children->push_back(AXAuraObjCache::GetInstance()->GetOrCreate(widget)); in GetChildren()
Dax_aura_obj_cache.h31 AXAuraObjWrapper* GetOrCreate(View* view);
32 AXAuraObjWrapper* GetOrCreate(Widget* widget);
33 AXAuraObjWrapper* GetOrCreate(aura::Window* window);
Dax_aura_obj_cache.cc24 AXAuraObjWrapper* AXAuraObjCache::GetOrCreate(View* view) { in GetOrCreate() function in views::AXAuraObjCache
28 AXAuraObjWrapper* AXAuraObjCache::GetOrCreate(Widget* widget) { in GetOrCreate() function in views::AXAuraObjCache
32 AXAuraObjWrapper* AXAuraObjCache::GetOrCreate(aura::Window* window) { in GetOrCreate() function in views::AXAuraObjCache
Dax_widget_obj_wrapper.cc26 return AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetNativeView()); in GetParent()
32 AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetRootView())); in GetChildren()
/external/chromium_org/chrome/browser/ui/ash/accessibility/
Dax_tree_source_ash_unittest.cc81 AXAuraObjCache::GetInstance()->GetOrCreate(content_); in TEST_F()
89 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_); in TEST_F()
123 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_); in TEST_F()
144 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_); in TEST_F()
157 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_); in TEST_F()
Dax_root_obj_wrapper.cc38 views::AXAuraObjCache::GetInstance()->GetOrCreate(children[i])); in GetChildren()
Dautomation_manager_ash.cc62 views::AXAuraObjCache::GetInstance()->GetOrCreate(view); in HandleEvent()
/external/chromium_org/storage/common/blob/
Dshareable_file_reference.cc71 scoped_refptr<ShareableFileReference> ShareableFileReference::GetOrCreate( in GetOrCreate() function in storage::ShareableFileReference
75 return GetOrCreate( in GetOrCreate()
81 scoped_refptr<ShareableFileReference> ShareableFileReference::GetOrCreate( in GetOrCreate() function in storage::ShareableFileReference
Dshareable_file_reference.h35 static scoped_refptr<ShareableFileReference> GetOrCreate(
50 static scoped_refptr<ShareableFileReference> GetOrCreate(
/external/chromium_org/content/common/
Dshareable_file_reference_unittest.cc33 reference1 = ShareableFileReference::GetOrCreate( in TEST()
42 reference2 = ShareableFileReference::GetOrCreate( in TEST()
/external/chromium_org/chrome/browser/download/
Ddownload_item_model.cc49 static DownloadItemModelData* GetOrCreate(DownloadItem* download);
83 DownloadItemModelData* DownloadItemModelData::GetOrCreate( in GetOrCreate() function in __anon478b1a930111::DownloadItemModelData
555 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_); in SetShouldShowInShelf()
589 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_); in SetWasUINotified()
599 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_); in SetShouldPreferOpeningInBrowser()
609 DownloadItemModelData* data = DownloadItemModelData::GetOrCreate(download_); in SetIsDangerousFileBasedOnType()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_unittest.cc428 TEST_F(AutofillPopupControllerUnitTest, GetOrCreate) { in TEST_F() argument
434 AutofillPopupControllerImpl::GetOrCreate( in TEST_F()
441 controller = AutofillPopupControllerImpl::GetOrCreate( in TEST_F()
447 AutofillPopupControllerImpl::GetOrCreate(controller, in TEST_F()
463 AutofillPopupControllerImpl::GetOrCreate( in TEST_F()
488 AutofillPopupControllerImpl::GetOrCreate( in TEST_F()
Dgenerated_credit_card_bubble_controller.cc44 GeneratedCreditCardBubbleController* GetOrCreate(content::WebContents* wc) { in GetOrCreate() function
84 GetOrCreate(contents)->SetupAndShow(fronting_card_name, backing_card_name); in Show()
Dpassword_generation_popup_controller_impl.h49 static base::WeakPtr<PasswordGenerationPopupControllerImpl> GetOrCreate(
Dchrome_autofill_client.cc144 AutofillPopupControllerImpl::GetOrCreate(popup_controller_, in ShowAutofillPopup()
Dautofill_popup_controller_impl.h32 static base::WeakPtr<AutofillPopupControllerImpl> GetOrCreate(
Dpassword_generation_popup_controller_impl.cc36 PasswordGenerationPopupControllerImpl::GetOrCreate( in GetOrCreate() function in autofill::PasswordGenerationPopupControllerImpl
/external/chromium_org/content/shell/renderer/test_runner/
Daccessibility_controller.cc181 v8::Handle<v8::Object> element_handle = elements_.GetOrCreate(target); in NotificationReceived()
232 return elements_.GetOrCreate(focused_element_); in FocusedElement()
264 return elements_.GetOrCreate(obj); in FindAccessibleElementByIdRecursive()
Dweb_ax_object_proxy.h28 virtual v8::Handle<v8::Object> GetOrCreate(
157 virtual v8::Handle<v8::Object> GetOrCreate(
Dweb_ax_object_proxy.cc567 return factory_->GetOrCreate(accessibility_object_.childAt(index)); in GetChildAtIndex()
873 return factory_->GetOrCreate(obj); in ElementAtPoint()
882 return factory_->GetOrCreate(obj); in TableHeader()
907 return factory_->GetOrCreate(obj); in CellForColumnAndRow()
916 return factory_->GetOrCreate(obj); in TitleUIElement()
954 return factory_->GetOrCreate(parent_object); in ParentElement()
1045 return factory()->GetOrCreate(accessibility_object()); in GetChildAtIndex()
1075 v8::Handle<v8::Object> WebAXObjectProxyList::GetOrCreate( in GetOrCreate() function in content::WebAXObjectProxyList
/external/chromium_org/content/browser/loader/
Dtemporary_file_stream.cc38 ShareableFileReference::GetOrCreate( in DidCreateTemporaryFile()
/external/chromium_org/chrome/browser/extensions/api/page_capture/
Dpage_capture_api.cc106 mhtml_file_ = ShareableFileReference::GetOrCreate( in TemporaryFileCreated()
/external/chromium_org/chrome/browser/password_manager/
Dchrome_password_manager_client.cc412 autofill::PasswordGenerationPopupControllerImpl::GetOrCreate( in ShowPasswordGenerationPopup()
432 autofill::PasswordGenerationPopupControllerImpl::GetOrCreate( in ShowPasswordEditingPopup()
/external/chromium_org/storage/browser/fileapi/
Dasync_file_util_adapter.cc75 ShareableFileReference::GetOrCreate(scoped_file_.Pass())); in ReplySnapshotFile()

12