Searched defs:Create (Results 176 - 200 of 1166) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc34 syncer::HttpPostProviderInterface* TestHttpBridgeFactory::Create() { function in class:browser_sync::TestHttpBridgeFactory
/external/chromium_org/chrome/browser/ui/android/extensions/
H A Dextension_install_ui_android.cc27 ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) { function in class:ExtensionInstallUI
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.cc14 AutofillDialogController::Create( function in class:autofill::AutofillDialogController
H A Dtest_generated_credit_card_bubble_view.cc13 TestGeneratedCreditCardBubbleView::Create( function in class:autofill::TestGeneratedCreditCardBubbleView
/external/chromium_org/chrome/browser/ui/
H A Dcollected_cookies_infobar_delegate.cc16 void CollectedCookiesInfoBarDelegate::Create(InfoBarService* infobar_service) { function in class:CollectedCookiesInfoBarDelegate
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dmedia_setting_changed_infobar_delegate.cc15 void MediaSettingChangedInfoBarDelegate::Create( function in class:MediaSettingChangedInfoBarDelegate
/external/chromium_org/chrome/browser/ui/omnibox/
H A Dalternate_nav_infobar_delegate.cc16 void AlternateNavInfoBarDelegate::Create(InfoBarService* infobar_service, function in class:AlternateNavInfoBarDelegate
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher_timer.cc40 PanelMouseWatcher* PanelMouseWatcher::Create() { function in class:PanelMouseWatcher
/external/chromium_org/chrome/browser/ui/startup/
H A Dgoogle_api_keys_infobar_delegate.cc16 void GoogleApiKeysInfoBarDelegate::Create(InfoBarService* infobar_service) { function in class:GoogleApiKeysInfoBarDelegate
H A Dobsolete_os_infobar_delegate.cc19 void ObsoleteOSInfoBarDelegate::Create(InfoBarService* infobar_service) { function in class:ObsoleteOSInfoBarDelegate
/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_prompt_views.cc141 // Create a new LoginView and set the model for it. The model (password
186 LoginHandler* LoginHandler::Create(net::AuthChallengeInfo* auth_info, function in class:LoginHandler
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Drender_view_context_menu_win.cc28 RenderViewContextMenuViews* RenderViewContextMenuViews::Create( function in class:RenderViewContextMenuViews
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_infobar_delegate.cc17 void WebsiteSettingsInfoBarDelegate::Create(InfoBarService* infobar_service) { function in class:WebsiteSettingsInfoBarDelegate
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_list_data_source.py22 self._compiled_fs = compiled_fs_factory.Create(self._ListAPIs,
70 def Create(self): member in class:APIListDataSource.Factory
H A Davailability_finder_test.py19 def Create(self, branch): member in class:FakeHostFileSystemCreator
35 self._avail_finder = self._avail_finder_factory.Create()
H A Dcompiled_file_system.py20 def Create(self, populate_function, cls, category=None): member in class:CompiledFileSystem.Factory
21 """Create a CompiledFileSystem that populates the cache by calling
33 return self._object_store_creator.Create(
H A Dreference_resolver.py60 def Create(self): member in class:ReferenceResolver.Factory
62 self._api_data_source_factory.Create(None, disable_refs=True),
63 self._api_list_data_source_factory.Create(),
64 self._object_store_creator.Create(ReferenceResolver))
H A Dsidenav_data_source.py15 self._cache = compiled_fs_factory.Create(self._CreateSidenavDict,
19 def Create(self, path): member in class:SidenavDataSource.Factory
20 """Create a SidenavDataSource, binding it to |path|. |path| is the url
H A Dtemplate_data_source.py57 self._cache = compiled_fs_factory.Create(self._CreateTemplate,
59 self._ref_resolver = ref_resolver_factory.Create()
68 def Create(self, request, path): member in class:TemplateDataSource.Factory
72 self._api_data_source_factory.Create(request),
73 self._api_list_data_source_factory.Create(),
74 self._intro_data_source_factory.Create(),
75 self._samples_data_source_factory.Create(request),
76 self._sidenav_data_source_factory.Create(path),
/external/chromium_org/chrome/common/
H A Dmulti_process_lock_linux.cc105 MultiProcessLock* MultiProcessLock::Create(const std::string &name) { function in class:MultiProcessLock
/external/chromium_org/chromeos/dbus/
H A Dshill_manager_client.cc238 ShillManagerClient* ShillManagerClient::Create( function in class:chromeos::ShillManagerClient
/external/chromium_org/content/browser/
H A Dbrowser_main_runner.cc153 BrowserMainRunner* BrowserMainRunner::Create() { function in class:content::BrowserMainRunner
/external/chromium_org/content/browser/device_orientation/
H A Daccelerometer_mac.cc15 // Create a AccelerometerMac object and return NULL if no valid sensor found.
16 DataFetcher* AccelerometerMac::Create() { function in class:content::AccelerometerMac
101 sudden_motion_sensor_.reset(SuddenMotionSensor::Create());
/external/chromium_org/content/browser/devtools/
H A Ddevtools_external_agent_proxy_impl.cc45 DevToolsExternalAgentProxy* DevToolsExternalAgentProxy::Create( function in class:content::DevToolsExternalAgentProxy
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_write_batch.cc13 scoped_ptr<LevelDBWriteBatch> LevelDBWriteBatch::Create() { function in class:content::LevelDBWriteBatch

Completed in 549 milliseconds

1234567891011>>