HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 301 - 325 of 11902) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/base/
chrome_render_view_host_test_harness.cc 43 signin->Initialize(profile, NULL);
47 manager->Initialize(profile, g_browser_process->local_state());
chrome_unit_test_suite.cc 37 void ChromeUnitTestSuite::Initialize() {
45 ChromeTestSuite::Initialize();
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.h 15 // UITestSuite which creates two testing profiles at Initialize() time. We
35 virtual void Initialize() OVERRIDE;
  /external/chromium_org/chrome_frame/
plugin_url_request.cc 22 bool PluginUrlRequest::Initialize(PluginUrlRequestDelegate* delegate,
48 if (!upload_stream->Initialize(upload_data)) {
  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc 16 io_surface_support_(IOSurfaceSupport::Initialize()) {
44 bool GpuMemoryBufferImplIOSurface::Initialize(
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_unittest.cc 73 void Initialize() {
74 VLOG(2) << "Initialize";
129 Initialize();
137 Initialize();
146 Initialize();
153 Initialize();
162 Initialize();
164 Initialize();
  /external/chromium_org/gpu/command_buffer/tests/
gl_shared_resources_unittests.cc 28 gl1_.Initialize(options);
30 gl2_.Initialize(options);
  /external/chromium_org/media/audio/
null_audio_sink.h 28 virtual void Initialize(const AudioParameters& params,
36 // Enables audio frame hashing. Must be called prior to Initialize().
  /external/chromium_org/media/base/
fake_audio_renderer_sink.h 26 virtual void Initialize(const AudioParameters& params,
35 // Initialize() with |dest| and |audio_delay_milliseconds|.
  /external/chromium_org/media/midi/
midi_manager.cc 27 // Lazily initialize the MIDI back-end.
29 initialized_ = Initialize();
  /external/chromium_org/mojo/gles2/
gles2_impl.cc 23 void GLES2Impl::Initialize() {
24 ::gles2::Initialize();
  /external/chromium_org/net/http/
http_basic_state.h 33 // Initialize() must be called before using any of the other methods.
34 int Initialize(const HttpRequestInfo* request_info,
  /external/chromium_org/ppapi/cpp/private/
x509_certificate_private.cc 39 bool X509CertificatePrivate::Initialize(const char* bytes, uint32_t length) {
42 PP_Bool result = get_interface<PPB_X509Certificate_Private_0_1>()->Initialize(
  /external/chromium_org/ppapi/proxy/
flash_menu_resource.h 23 // You must call Initialize after construction.
30 bool Initialize(const PP_Flash_Menu* menu_data);
  /external/chromium_org/sync/test/
local_sync_test_server.h 18 // Initialize a sync server that listens on localhost using ephemeral ports
22 // Initialize a sync server that listens on |port| for sync updates and
  /external/chromium_org/third_party/icu/source/io/
locbund.h 39 * Initialize a ULocaleBundle, initializing all formatters to 0.
40 * @param result A ULocaleBundle to initialize.
  /external/chromium_org/ui/aura/test/
test_suite.cc 21 void AuraTestSuite::Initialize() {
22 base::TestSuite::Initialize();
  /external/chromium_org/ui/compositor/test/
test_suite.cc 30 void CompositorTestSuite::Initialize() {
35 base::TestSuite::Initialize();
  /external/chromium_org/ui/events/ozone/evdev/
event_device_info.h 27 // Initialize device information from an open device.
28 bool Initialize(int fd);
  /external/chromium_org/ui/gl/
gl_context_mac.mm 35 if (!context->Initialize(compatible_surface, gpu_preference))
42 if (!context->Initialize(compatible_surface, gpu_preference))
gl_egl_api_implementation.cc 17 g_real_egl->Initialize(&g_driver_egl);
61 void RealEGLApi::Initialize(DriverEGL* driver) {
gl_glx_api_implementation.cc 17 g_real_glx->Initialize(&g_driver_glx);
61 void RealGLXApi::Initialize(DriverGLX* driver) {
gl_image_android.cc 39 if (!image->Initialize(buffer))
46 if (!image->Initialize(buffer))
gl_image_io_surface.cc 14 : io_surface_support_(IOSurfaceSupport::Initialize()),
23 bool GLImageIOSurface::Initialize(gfx::GpuMemoryBufferHandle buffer) {
gl_image_mac.cc 43 if (!image->Initialize(buffer))
50 if (!image->Initialize(buffer))

Completed in 398 milliseconds

<<11121314151617181920>>