Searched
full:initialize (Results
476 -
500 of
11902) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/common/gpu/client/ |
gpu_memory_buffer_impl_shm.h | 19 bool Initialize(gfx::GpuMemoryBufferHandle handle);
|
/external/chromium_org/content/common/ |
set_process_title_linux.h | 18 // Initialize state needed for setproctitle() on Linux. Pass the argv pointer
|
/external/chromium_org/content/public/common/ |
sandbox_init.h | 29 // Initialize the sandbox for renderer, gpu, utility, worker, nacl, and plug-in 31 // is not sandboxed, this also needs to be called because it will initialize 66 // Initialize the sandbox of the given |sandbox_type|, optionally specifying a 87 // Initialize a seccomp-bpf sandbox. |policy| may not be NULL.
|
/external/chromium_org/content/shell/browser/ |
shell_layout_tests_android.h | 19 // Initialize the nested message loop and FIFOs for Android, and verify that
|
/external/chromium_org/dbus/ |
dbus_statistics.h | 14 // valid when called from the main thread (the thread which Initialize() was 34 // Initializes / shuts down dbus statistics gathering. Calling Initialize 36 CHROME_DBUS_EXPORT void Initialize(); 40 // do nothing unless Initialize() was called.
|
/external/chromium_org/google_apis/gcm/engine/ |
fake_connection_factory.h | 23 virtual void Initialize(
|
/external/chromium_org/gpu/command_buffer/service/ |
gl_surface_mock.h | 17 MOCK_METHOD0(Initialize, bool());
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_virtual_contexts_unittests.cc | 27 gl_real_.Initialize(options); 28 gl_real_shared_.Initialize(options); 31 gl1_.Initialize(options); 33 gl2_.Initialize(options);
|
/external/chromium_org/media/base/ |
mock_audio_renderer_sink.h | 24 virtual void Initialize(const AudioParameters& params,
|
/external/chromium_org/media/cdm/ppapi/ |
fake_cdm_video_decoder.h | 21 virtual bool Initialize(const cdm::VideoDecoderConfig& config) OVERRIDE;
|
/external/chromium_org/media/filters/ |
audio_decoder_selector.cc | 70 audio_decoder_->Initialize( 87 // We must be trying to initialize the |audio_decoder_| or the 126 decrypted_stream_->Initialize( 160 audio_decoder_->Initialize(input_stream_,
|
video_decoder_selector.cc | 69 video_decoder_->Initialize( 85 // We must be trying to initialize the |video_decoder_| or the 124 decrypted_stream_->Initialize( 158 video_decoder_->Initialize(input_stream_->video_decoder_config(),
|
/external/chromium_org/media/midi/ |
midi_manager_win.h | 23 virtual bool Initialize() OVERRIDE;
|
/external/chromium_org/media/tools/player_x11/ |
gl_video_renderer.h | 29 void Initialize(gfx::Size coded_size, gfx::Rect visible_rect);
|
/external/chromium_org/media/video/ |
mock_video_decode_accelerator.h | 27 MOCK_METHOD1(Initialize, bool(VideoCodecProfile profile));
|
/external/chromium_org/ppapi/api/ |
pp_instance.idl | 17 * It is guaranteed never to be 0, so a module can initialize it to 0 to
|
/external/chromium_org/ppapi/c/ |
pp_instance.h | 31 * It is guaranteed never to be 0, so a module can initialize it to 0 to
|
pp_module.h | 29 * is guaranteed never to be 0, so a module can initialize it to 0 to
|
/external/chromium_org/ppapi/cpp/private/ |
x509_certificate_private.h | 28 bool Initialize(const char* bytes, uint32_t length);
|
/external/chromium_org/remoting/client/ |
audio_decode_scheduler.cc | 22 void Initialize(const protocol::SessionConfig& config); 61 void AudioDecodeScheduler::Core::Initialize( 114 void AudioDecodeScheduler::Initialize(const protocol::SessionConfig& config) { 115 core_->Initialize(config);
|
audio_decode_scheduler.h | 35 void Initialize(const protocol::SessionConfig& config);
|
/external/chromium_org/remoting/host/ |
logging_win.cc | 26 logging::LogEventProvider::Initialize(kRemotingHostLogProvider);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
GainNode.cpp | 50 initialize(); 90 // As soon as we know the channel count of our input, we can lazily initialize. 92 // uninitialize and then re-initialize with the new channel count. 111 initialize();
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexBuffer11.h | 24 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic);
|
IndexBuffer9.h | 24 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic);
|
Completed in 1160 milliseconds
<<11121314151617181920>>