Searched
full:initialize (Results
451 -
475 of
11635) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome_frame/ |
urlmon_upload_data_stream.h | 30 void Initialize(net::UploadData* upload_data);
|
/external/chromium_org/content/browser/ |
browser_main.cc | 22 int exit_code = main_runner->Initialize(parameters);
|
device_monitor_linux.h | 34 void Initialize();
|
resource_context_impl.h | 33 // Initialize the above data on the ResourceContext from a given BrowserContext.
|
/external/chromium_org/content/browser/download/ |
download_file.h | 26 // Callback used with Initialize. On a successful initialize, |reason| will 27 // be DOWNLOAD_INTERRUPT_REASON_NONE; on a failed initialize, it will be 45 virtual void Initialize(const InitializeCallback& callback) = 0;
|
/external/chromium_org/content/browser/resources/media/new/ |
main.js | 14 * Users of |media| must call initialize prior to calling other methods. 16 function initialize(playerManager) { 59 initialize: initialize
|
/external/chromium_org/content/common/gpu/ |
image_transport_surface_android.cc | 26 bool initialize_success = surface->Initialize();
|
/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 | 32 // Initialize the sandbox for renderer, gpu, utility, worker, nacl, and plug-in 34 // is not sandboxed, this also needs to be called because it will initialize 69 // Initialize the sandbox of the given |sandbox_type|, optionally specifying a 90 // Initialize a seccomp-bpf sandbox. |policy| may not be NULL.
|
/external/chromium_org/content/shell/ |
shell_layout_tests_android.h | 19 // Initialize the nested message loop and FIFOs for Android, and verify that
|
/external/chromium_org/content/test/ |
content_test_suite.h | 31 virtual void Initialize() OVERRIDE;
|
/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/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/tools/player_x11/ |
gl_video_renderer.h | 29 void Initialize(gfx::Size coded_size, gfx::Rect visible_rect);
|
/external/chromium_org/media/tools/shader_bench/ |
cpu_color_painter.h | 20 virtual void Initialize(int width, int height) OVERRIDE;
|
gpu_color_painter.h | 22 virtual void Initialize(int width, int height) OVERRIDE;
|
/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);
|
Completed in 470 milliseconds
<<11121314151617181920>>