Searched defs:Create (Results 276 - 300 of 1523) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/base/
H A Duser_input_monitor.cc13 scoped_ptr<UserInputMonitor> UserInputMonitor::Create( function in class:media::UserInputMonitor
H A Duser_input_monitor_mac.cc51 scoped_ptr<UserInputMonitor> UserInputMonitor::Create( function in class:media::UserInputMonitor
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device_factory.cc16 scoped_ptr<VideoCaptureDevice> FakeVideoCaptureDeviceFactory::Create( function in class:media::FakeVideoCaptureDeviceFactory
H A Dfile_video_capture_device_factory.cc27 scoped_ptr<VideoCaptureDevice> FileVideoCaptureDeviceFactory::Create( function in class:media::FileVideoCaptureDeviceFactory
/external/chromium_org/mojo/services/gles2/
H A Dmojo_buffer_backing.cc20 scoped_ptr<gpu::BufferBacking> MojoBufferBacking::Create( function in class:mojo::gles2::MojoBufferBacking
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc46 scoped_ptr<PlatformViewport> PlatformViewportHeadless::Create( function in class:mojo::PlatformViewportHeadless
H A Dplatform_viewport_x11.cc146 scoped_ptr<PlatformViewport> PlatformViewport::Create(Delegate* delegate) { function in class:mojo::PlatformViewport
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_service_application.cc28 void SurfacesServiceApplication::Create( function in class:mojo::SurfacesServiceApplication
/external/chromium_org/mojo/services/test_service/
H A Dtest_request_tracker_application.cc35 void TestRequestTrackerApplication::Create( function in class:mojo::test::TestRequestTrackerApplication
H A Dtest_service_application.cc32 void TestServiceApplication::Create(ApplicationConnection* connection, function in class:mojo::test::TestServiceApplication
37 void TestServiceApplication::Create(ApplicationConnection* connection, function in class:mojo::test::TestServiceApplication
/external/chromium_org/mojo/shell/
H A Dview_manager_loader.cc48 void ViewManagerLoader::Create( function in class:mojo::shell::ViewManagerLoader
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_array_buffer_interface.cc13 struct PP_Var FakeVarArrayBufferInterface::Create(uint32_t size_in_bytes) { function in class:FakeVarArrayBufferInterface
H A Dfake_var_array_interface.cc14 PP_Var FakeVarArrayInterface::Create() { function in class:FakeVarArrayInterface
/external/chromium_org/net/cert/
H A Dct_log_verifier.cc14 scoped_ptr<CTLogVerifier> CTLogVerifier::Create( function in class:net::CTLogVerifier
/external/chromium_org/net/http/
H A Durl_security_manager_win.cc127 URLSecurityManager* URLSecurityManager::Create( function in class:net::URLSecurityManager
/external/chromium_org/net/url_request/
H A Durl_fetcher.cc15 URLFetcher* net::URLFetcher::Create( function in class:net::net::URLFetcher
19 return URLFetcher::Create(0, url, request_type, d);
23 URLFetcher* net::URLFetcher::Create( function in class:net::net::URLFetcher
/external/chromium_org/ppapi/c/dev/
H A Dppb_file_chooser_dev.h79 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_FileChooser_Dev_0_6
130 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_FileChooser_Dev_0_5
H A Dppb_ime_input_event_dev.h36 * Create() creates an IME input event with the given parameters. Normally
71 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_IMEInputEvent_Dev_0_2
H A Dppb_video_capture_dev.h38 * 1- Create a VideoCapture resource using Create.
67 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_VideoCapture_Dev_0_3
H A Dppb_video_decoder_dev.h37 * - Use Create() to create & configure a new PPB_VideoDecoder_Dev resource.
63 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_VideoDecoder_Dev_0_16
67 * Tests whether |resource| is a video decoder created through Create
/external/chromium_org/ppapi/c/
H A Dppb_audio.h36 * Create() function in the <code>PPB_Audio</code> interface for
43 * <code>PPB_Audio.Create()</code>.
87 * PP_Resource pp_audio = audio_interface->Create(pp_instance, pp_audio_config,
96 * Create() creates an audio resource. No sound will be heard until
119 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_Audio_1_1
176 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_Audio_1_0
H A Dppb_graphics_2d.h41 * Create() creates a 2D graphics context. The returned graphics context will
62 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_Graphics2D_1_1
258 * 2.0, one would call Create with a size of (w=400, h=200) and then call
284 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_Graphics2D_1_0
H A Dppb_graphics_3d.h45 * context = g3d->Create(instance, 0, attribs);
93 * Create() creates and initializes a 3D rendering context.
150 PP_Resource (*Create)(PP_Instance instance, member in struct:PPB_Graphics3D_1_0
171 * <code>PPB_Graphics3D::Create</code>. It is both input and output
173 * <code>PPB_Graphics3D::Create</code> can be queried for.
201 * <code>PPB_Graphics3D::Create</code>.
H A Dppb_host_resolver.h95 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_HostResolver_1_0
H A Dppb_message_loop.h48 * - Create the thread yourself (using pthreads).
49 * - Create the message loop resource.
155 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_MessageLoop_1_0

Completed in 2550 milliseconds

<<11121314151617181920>>