Searched refs:did_load (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc127 SimpleIndexLoadResult::SimpleIndexLoadResult() : did_load(false),
135 did_load = false;
293 if (!out_result->did_load) {
348 if (!out_result->did_load)
428 out_result->did_load = true;
447 out_result->did_load = true;
H A Dsimple_index_file_unittest.cc147 EXPECT_TRUE(deserialize_result.did_load);
228 EXPECT_TRUE(load_index_result.did_load);
261 EXPECT_TRUE(load_index_result.did_load);
337 EXPECT_TRUE(deserialize_result.did_load);
H A Dsimple_index_file.h37 bool did_load; member in struct:disk_cache::SimpleIndexLoadResult
H A Dsimple_index_unittest.cc149 index_file_->load_result()->did_load = true;
211 result->did_load = true;
217 result->did_load = true;
H A Dsimple_index.cc395 DCHECK(load_result->did_load);
/external/chromium_org/extensions/browser/
H A Dextension_registry_unittest.cc29 const Extension* did_load = list[0].get(); local
30 if (did_load != extension.get())
32 << " found " << did_load->id();
/external/lldb/source/Core/
H A DModule.cpp1373 bool did_load = script_interpreter->LoadScriptingModule(scripting_stream.GetData(), local
1377 if (!did_load)

Completed in 135 milliseconds