Home
last modified time | relevance | path

Searched refs:was_found (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/net/
Durl_info_unittest.cc109 EXPECT_FALSE(info.was_found()); in TEST()
116 EXPECT_TRUE(info.was_found()); in TEST()
123 EXPECT_TRUE(info.was_found()); // Back to what it was before being queued. in TEST()
Durl_info.h107 bool was_found() const { return FOUND == state_; } in was_found() function
Dpredictor.h417 it->second.was_found(); in WasFound()
Dpredictor.cc603 if (!it->second.was_found()) in GetHtmlInfo()
/external/lldb/scripts/Python/
Dpython-wrapper.swig430 bool* was_found = NULL
439 if (was_found)
440 *was_found = false;
445 if (was_found)
446 *was_found = true;