Searched refs:CreateInstance (Results 1 - 25 of 411) sorted by path

1234567891011>>

/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc213 AutoclickController* AutoclickController::CreateInstance() { function in class:ash::AutoclickController
H A Dautoclick_controller.h32 static AutoclickController* CreateInstance();
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc604 MagnificationController* MagnificationController::CreateInstance() { function in class:ash::MagnificationController
H A Dmagnification_controller.h35 static MagnificationController* CreateInstance();
/external/chromium_org/ash/
H A Dshell.cc190 Shell* Shell::CreateInstance(const ShellInitParams& init_params) { function in class:ash::Shell
860 aura::Env::CreateInstance(true);
967 MagnificationController::CreateInstance());
973 autoclick_controller_.reset(AutoclickController::CreateInstance());
H A Dshell.h179 static Shell* CreateInstance(const ShellInitParams& init_params);
181 // Should never be called before |CreateInstance()|.
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.cc128 ash::Shell::CreateInstance(init_params);
/external/chromium_org/ash/shell/
H A Dwindow_watcher_unittest.cc31 Shell::CreateInstance(init_params);
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc212 gfx::RenderText* line = gfx::RenderText::CreateInstance();
/external/chromium_org/ash/test/
H A Dash_test_helper.cc94 ash::Shell::CreateInstance(init_params);
148 aura::Env::CreateInstance(true);
/external/chromium_org/athena/test/
H A Dathena_test_helper.cc55 aura::Env::CreateInstance(true);
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc65 EXPECT_TRUE(SUCCEEDED(hr = i_shell_link.CreateInstance(
/external/chromium_org/base/win/
H A Dmetro.cc90 HRESULT hr = parent_controls.CreateInstance(
H A Dscoped_comptr.h114 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL, function in class:base::win::ScopedComPtr
H A Dscoped_comptr_unittest.cc41 EXPECT_TRUE(SUCCEEDED(unk.CreateInstance(CLSID_ShellLink)));
H A Dshortcut.cc34 if (FAILED(i_shell_link->CreateInstance(CLSID_ShellLink, NULL,
188 if (FAILED(i_shell_link.CreateInstance(CLSID_ShellLink, NULL,
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_win.cc28 HRESULT result = taskbar.CreateInstance(CLSID_TaskbarList, NULL,
/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_api.cc26 : browser_context_(context), service_(AudioService::CreateInstance()) {
H A Daudio_service.cc35 AudioService* AudioService::CreateInstance() { function in class:extensions::AudioService
H A Daudio_service.h34 static AudioService* CreateInstance();
H A Daudio_service_chromeos.cc226 AudioService* AudioService::CreateInstance() { function in class:extensions::AudioService
H A Daudio_service_linux.cc87 AudioService* AudioService::CreateInstance() { function in class:extensions::AudioService
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_private_api.cc56 : browser_context_(context), service_(FeedbackService::CreateInstance()) {}
H A Dfeedback_service.h33 static FeedbackService* CreateInstance();
H A Dfeedback_service_chromeos.cc33 FeedbackService* FeedbackService::CreateInstance() { function in class:extensions::FeedbackService

Completed in 3081 milliseconds

1234567891011>>