OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitForTest
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service_unittest.cc
34
invalidation_service_->
InitForTest
(fake_invalidator_);
ticl_invalidation_service.h
91
void
InitForTest
(syncer::Invalidator* invalidator);
ticl_invalidation_service.cc
92
void TiclInvalidationService::
InitForTest
(syncer::Invalidator* invalidator) {
/external/chromium_org/base/debug/
trace_event_memory_unittest.cc
72
ScopedTraceMemory::
InitForTest
();
111
ScopedTraceMemory::
InitForTest
();
trace_event_memory.h
112
static void
InitForTest
();
trace_event_memory.cc
275
void ScopedTraceMemory::
InitForTest
() {
/external/chromium_org/device/bluetooth/
bluetooth_adapter_mac.h
92
void
InitForTest
(scoped_refptr<base::SequencedTaskRunner> ui_task_runner);
bluetooth_adapter_win.h
89
void
InitForTest
(
bluetooth_adapter_win.cc
219
void BluetoothAdapterWin::
InitForTest
(
bluetooth_adapter_win_unittest.cc
99
adapter_win_->
InitForTest
(ui_task_runner_, bluetooth_task_runner_);
/external/chromium_org/components/nacl/browser/
pnacl_host.h
131
void
InitForTest
(base::FilePath temp_dir);
pnacl_host_unittest.cc
34
host_->
InitForTest
(temp_dir_.path());
60
host_->
InitForTest
(temp_dir_.path());
pnacl_host.cc
117
void PnaclHost::
InitForTest
(base::FilePath temp_dir) {
Completed in 1085 milliseconds