Home
last modified time | relevance | path

Searched refs:is_hit (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/components/nacl/renderer/
Dpnacl_translation_resource_host.cc114 bool is_hit, in OnNexeTempFileReply() argument
131 base::Bind(it->second, status, is_hit, file_handle)); in OnNexeTempFileReply()
Dpnacl_translation_resource_host.h62 bool is_hit,
/external/chromium_org/components/nacl/browser/
Dpnacl_host_unittest.cc70 void CallbackExpectMiss(const base::File& file, bool is_hit) { in CallbackExpectMiss() argument
71 EXPECT_FALSE(is_hit); in CallbackExpectMiss()
85 void CallbackExpectHit(const base::File& file, bool is_hit) { in CallbackExpectHit() argument
86 EXPECT_TRUE(is_hit); in CallbackExpectHit()
Dnacl_host_message_filter.cc243 bool is_hit) { in AsyncReturnTemporaryFile() argument
251 Send(new NaClViewMsg_NexeTempFileReply(pp_instance, is_hit, fd)); in AsyncReturnTemporaryFile()
Dnacl_host_message_filter.h74 bool is_hit);
Dpnacl_host.h35 typedef base::Callback<void(const base::File&, bool is_hit)> NexeFdCallback;
/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.cc382 const bool is_hit = (*url_it == opened_url); in OnOmniboxOpenedUrl() local
391 row.number_of_hits = is_hit ? 1 : 0; in OnOmniboxOpenedUrl()
392 row.number_of_misses = is_hit ? 0 : 1; in OnOmniboxOpenedUrl()
398 row.number_of_hits = it->second.number_of_hits + (is_hit ? 1 : 0); in OnOmniboxOpenedUrl()
399 row.number_of_misses = it->second.number_of_misses + (is_hit ? 0 : 1); in OnOmniboxOpenedUrl()
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp1368 bool is_hit = false; in IsWatchpointHit() local
1386 is_hit = val & (1 << hw_index); in IsWatchpointHit()
1390 return is_hit; in IsWatchpointHit()