Searched defs:instance (Results 26 - 50 of 1075) sorted by relevance

1234567891011>>

/external/chromium_org/content/common/android/
H A Dsurface_texture_lookup.cc22 void SurfaceTextureLookup::InitInstance(SurfaceTextureLookup* instance) { argument
23 DCHECK(!g_instance || !instance);
24 g_instance = instance;
/external/chromium_org/content/renderer/android/
H A Dsynchronous_compositor_factory.cc19 SynchronousCompositorFactory* instance) {
25 g_instance = instance;
18 SetInstance( SynchronousCompositorFactory* instance) argument
/external/chromium_org/ppapi/shared_impl/
H A Dppb_message_loop_shared.cc9 MessageLoopShared::MessageLoopShared(PP_Instance instance) argument
10 : Resource(OBJECT_IS_PROXY, instance) {}
/external/chromium_org/ppapi/tests/
H A Dtest_audio_config.h16 explicit TestAudioConfig(TestingInstance* instance) : TestCase(instance) {} argument
H A Dtest_graphics_3d.h19 TestGraphics3D(TestingInstance* instance) : TestCase(instance) {} argument
H A Dtest_video_decoder.h17 explicit TestVideoDecoder(TestingInstance* instance) : TestCase(instance) {} argument
/external/chromium_org/ui/aura/client/
H A Dwindow_stacking_client.cc12 WindowStackingClient* instance = NULL; member in namespace:aura::client::__anon16575
17 instance = client;
21 return instance;
/external/chromium_org/ui/wm/public/
H A Dtransient_window_client.cc12 TransientWindowClient* instance = NULL; member in namespace:aura::client::__anon17203
17 instance = client;
21 return instance;
/external/chromium_org/athena/activity/
H A Dactivity_factory.cc13 ActivityFactory* instance = NULL; member in namespace:athena::__anon2107
19 DCHECK(!instance);
20 instance = factory;
25 DCHECK(instance);
26 return instance;
31 DCHECK(instance);
32 delete instance;
33 instance = NULL;
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_dll.cc19 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_factory_host.cc11 GpuMemoryBufferFactoryHost* instance = NULL; member in namespace:content::__anon7582
16 return instance;
20 DCHECK(instance == NULL);
21 instance = this;
25 instance = NULL;
/external/chromium_org/content/public/test/
H A Dweb_contents_tester.cc26 SiteInstance* instance) {
27 return TestWebContents::Create(browser_context, instance);
24 CreateTestWebContents( BrowserContext* browser_context, SiteInstance* instance) argument
/external/chromium_org/content/renderer/pepper/
H A Dmock_resource.h17 MockResource(PP_Instance instance) argument
18 : Resource(ppapi::OBJECT_IS_IMPL, instance) {}
/external/chromium_org/content/shell/app/
H A Dshell_main.cc20 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { argument
25 HINSTANCE instance = GetModuleHandle(NULL);
32 params.instance = instance;
/external/chromium_org/content/test/plugin/
H A Dplugin_test_factory.cc32 NPP instance,
37 new_test = new PluginArgumentsTest(instance, host_functions);
43 new_test = new PluginGetURLTest(instance, host_functions);
45 new_test = new NPObjectIdentityTest(instance, host_functions);
47 new_test = new NPObjectProxyTest(instance, host_functions);
60 new_test = new WindowlessPluginTest(instance, host_functions);
62 new_test = new ExecuteGetJavascriptUrlTest(instance, host_functions);
64 new_test = new ExecuteGetJavascriptUrl2Test(instance, host_functions);
68 new_test = new PluginWindowSizeTest(instance, host_functions);
71 new_test = new DeletePluginInStreamTest(instance, host_function
31 CreatePluginTest(const std::string& test_name, NPP instance, NPNetscapeFuncs* host_functions) argument
[all...]
/external/chromium_org/extensions/shell/browser/
H A Ddesktop_controller.cc18 DesktopController* DesktopController::instance() { function in class:extensions::DesktopController
/external/chromium_org/gin/
H A Dshell_runner_unittest.cc25 gin::IsolateHolder instance; local
28 Isolate* isolate = instance.isolate();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpepper_interface_delegate.cc9 PepperInterfaceDelegate::PepperInterfaceDelegate(PP_Instance instance) argument
10 : instance_(instance) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpepper_interface_mock.cc7 PepperInterfaceMock::PepperInterfaceMock(PP_Instance instance) argument
8 : instance_(instance) {
/external/chromium_org/ppapi/cpp/
H A Dmouse_cursor.cc20 bool MouseCursor::SetCursor(const InstanceHandle& instance, argument
27 instance.pp_instance(), type, image.pp_resource(),
H A Dnetwork_monitor.cc9 #include "ppapi/cpp/instance.h"
23 NetworkMonitor::NetworkMonitor(const InstanceHandle& instance) { argument
26 instance.pp_instance()));
H A Dnetwork_proxy.cc27 const InstanceHandle& instance,
34 instance.pp_instance(), url.pp_var(),
26 GetProxyForURL( const InstanceHandle& instance, const Var& url, const CompletionCallbackWithOutput<Var>& callback) argument
/external/chromium_org/ppapi/cpp/private/
H A Dfile_io_private.cc26 FileIO_Private::FileIO_Private(const InstanceHandle& instance) argument
27 : FileIO(instance) {
H A Dflash_device_id.cc26 DeviceID::DeviceID(const InstanceHandle& instance) : Resource() { argument
29 instance.pp_instance()));
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dnacl_ppapi_util.cc19 NaClPpapiPluginInstance::NaClPpapiPluginInstance(PP_Instance instance) argument
20 : pp::Instance(instance) {

Completed in 391 milliseconds

1234567891011>>