Searched refs:Initialize (Results 151 - 175 of 2708) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/util/
H A Dregistry_key_backup.h29 bool Initialize(HKEY root, const wchar_t* key_path, REGSAM wow64_acccess);
/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.cc43 chromeos::DBusThreadManager::Initialize();
44 chromeos::NetworkHandler::Initialize();
55 base::Bind(&TestingIOThreadState::Initialize,
81 void TestingIOThreadState::Initialize(const base::Closure& done) { function in class:chrome::TestingIOThreadState
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist.h78 bool Initialize(bool force);
/external/chromium_org/chromecast/service/
H A Dcast_service.cc26 Initialize();
/external/chromium_org/chromecast/shell/app/android/
H A Dcast_jni_loader.cc32 content::Compositor::Initialize();
/external/chromium_org/components/history/core/browser/
H A Durl_row.cc12 Initialize();
16 // Initialize will not set the URL, so our initialization above will stay.
17 Initialize();
21 // Initialize will not set the URL, so our initialization above will stay.
22 Initialize();
23 // Initialize will zero the id_, so set it here.
51 void URLRow::Initialize() { function in class:history::URLRow
/external/chromium_org/components/sync_driver/
H A Dlocal_device_info_provider.h36 virtual void Initialize(
/external/chromium_org/content/browser/
H A Dbrowser_main.cc22 int exit_code = main_runner->Initialize(parameters);
/external/chromium_org/content/browser/power_profiler/
H A Dpower_data_provider_ia_win.h20 bool Initialize();
/external/chromium_org/content/shell/android/linker_test_apk/
H A Dchromium_linker_test_android.cc37 content::Compositor::Initialize();
/external/chromium_org/content/shell/android/
H A Dshell_library_loader.cc33 content::Compositor::Initialize();
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_tests_main.cc32 ::gles2::Initialize();
/external/chromium_org/media/base/
H A Dmock_audio_renderer_sink.h24 virtual void Initialize(const AudioParameters& params,
/external/chromium_org/media/cast/sender/
H A Dsoftware_video_encoder.h23 // Initialize the encoder before Encode() can be called. This method
25 virtual void Initialize() = 0;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.h18 virtual bool Initialize(const cdm::VideoDecoderConfig& config) = 0;
/external/chromium_org/media/filters/
H A Ddecoder_stream_traits.cc21 void DecoderStreamTraits<DemuxerStream::AUDIO>::Initialize( function in class:media::DecoderStreamTraits
27 decoder->Initialize(config, status_cb, output_cb);
53 void DecoderStreamTraits<DemuxerStream::VIDEO>::Initialize( function in class:media::DecoderStreamTraits
59 decoder->Initialize(config, low_delay, status_cb, output_cb);
H A Dh264_bit_reader.h26 // Initialize the reader to start reading at |data|, |size| being size
29 // TODO(posciak,fischman): consider replacing Initialize() with
31 bool Initialize(const uint8* data, off_t size);
/external/chromium_org/mojo/examples/aura_demo/
H A Dview_manager_init.cc24 virtual void Initialize(mojo::ApplicationImpl* app) MOJO_OVERRIDE {
/external/chromium_org/mojo/examples/demo_launcher/
H A Ddemo_launcher.cc26 virtual void Initialize(mojo::ApplicationImpl* app) MOJO_OVERRIDE {
/external/chromium_org/mojo/examples/wm_flow/init/
H A Dinit.cc27 virtual void Initialize(mojo::ApplicationImpl* app) MOJO_OVERRIDE {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dgetdents_helper.cc21 Initialize();
28 Initialize();
33 Initialize();
36 void GetDentsHelper::Initialize() { function in class:nacl_io::GetDentsHelper
H A Dgetdents_helper.h17 // Initialize the helper without any defaults.
26 void Initialize();
/external/chromium_org/net/http/
H A Dhttp_basic_state_unittest.cc42 state.Initialize(
50 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
62 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
72 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgtkvideorenderer.h52 // Initialize the attributes when the first frame arrives.
53 bool Initialize(int width, int height);
/external/chromium_org/third_party/webrtc/base/
H A Dwinfirewall_unittest.cc25 EXPECT_TRUE(fw.Initialize(&hr));

Completed in 9874 milliseconds

1234567891011>>