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

1234567891011>>

/external/chromium_org/chromecast/net/
H A Dnetwork_change_notifier_factory_cast.cc11 net::NetworkChangeNotifier* NetworkChangeNotifierFactoryCast::CreateInstance() { function in class:chromecast::NetworkChangeNotifierFactoryCast
H A Dnetwork_change_notifier_factory_cast.h23 virtual net::NetworkChangeNotifier* CreateInstance() OVERRIDE;
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_dummy.cc14 scoped_refptr<PrintSystem> PrintSystem::CreateInstance( function in class:cloud_print::PrintSystem
/external/chromium_org/net/android/
H A Dnetwork_change_notifier_factory_android.cc16 NetworkChangeNotifier* NetworkChangeNotifierFactoryAndroid::CreateInstance() { function in class:net::NetworkChangeNotifierFactoryAndroid
H A Dnetwork_change_notifier_factory_android.h32 virtual NetworkChangeNotifier* CreateInstance() OVERRIDE;
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_client_mac_factory.h14 static scoped_refptr<ServiceDiscoverySharedClient> CreateInstance();
H A Dprivet_http_asynchronous_factory.cc17 PrivetHTTPAsynchronousFactory::CreateInstance( function in class:local_discovery::PrivetHTTPAsynchronousFactory
/external/chromium_org/printing/backend/
H A Dprint_backend_dummy.cc16 scoped_refptr<PrintBackend> PrintBackend::CreateInstance( function in class:printing::PrintBackend
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_factory_chromeos.cc18 NetworkChangeNotifierFactoryChromeos::CreateInstance() { function in class:chromeos::NetworkChangeNotifierFactoryChromeos
H A Dnetwork_change_notifier_factory_chromeos.h23 virtual net::NetworkChangeNotifier* CreateInstance() OVERRIDE;
/external/chromium_org/components/metrics/
H A Dmachine_id_provider_stub.cc16 MachineIdProvider* MachineIdProvider::CreateInstance() { function in class:metrics::MachineIdProvider
H A Dmachine_id_provider.h33 static MachineIdProvider* CreateInstance();
H A Dmachine_id_provider_win_unittest.cc14 MachineIdProvider::CreateInstance());
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_factory.h19 virtual NetworkChangeNotifier* CreateInstance() = 0;
/external/chromium_org/ui/ozone/public/
H A Dozone_platform.cc37 CreateInstance();
44 DeviceDataManager::CreateInstance();
49 CreateInstance();
63 void OzonePlatform::CreateInstance() { function in class:ui::OzonePlatform
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_dtmf_playout.cc39 ACMGenericCodec* ACMDTMFPlayout::CreateInstance(void) { return NULL; } function in class:webrtc::acm2::ACMDTMFPlayout
65 ACMGenericCodec* ACMDTMFPlayout::CreateInstance(void) { return NULL; }
H A Dacm_dtmf_playout.h26 ACMGenericCodec* CreateInstance(void);
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.h32 static AutoclickController* CreateInstance();
/external/chromium_org/media/ozone/
H A Dmedia_ozone_platform.h38 static void CreateInstance();
/external/chromium_org/mojo/aura/
H A Daura_init.cc14 aura::Env::CreateInstance(false);
/external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
H A Dload_progress.cc20 virtual pp::Instance* CreateInstance(PP_Instance instance) { function in class:LoadProgressModule
/external/chromium_org/native_client_sdk/src/getting_started/part1/
H A Dhello_tutorial.cc12 /// Once the code is loaded, the browser calls the CreateInstance()
13 /// method on the object returned by CreateModule(). It calls CreateInstance()
57 /// The Module class. The browser calls the CreateInstance() method to create
68 virtual pp::Instance* CreateInstance(PP_Instance instance) { function in class:HelloTutorialModule
76 /// CreateInstance() method on the object you return to make instances. There
/external/chromium_org/pdf/
H A Dpdf.h19 virtual pp::Instance* CreateInstance(PP_Instance instance);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dmodule_ppapi.h20 virtual pp::Instance* CreateInstance(PP_Instance pp_instance);
/external/chromium_org/remoting/client/plugin/
H A Dpepper_module.cc15 virtual pp::Instance* CreateInstance(PP_Instance instance) OVERRIDE {

Completed in 1464 milliseconds

1234567891011>>