HomeSort by relevance Sort by last modified time
    Searched defs:is_bool (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/
var.h 118 bool is_bool() const { return var_.type == PP_VARTYPE_BOOL; } function in class:pp::Var
178 /// internal representation is_bool(). If it's not, it will assert in debug
  /external/chromium_org/third_party/webrtc/base/
flags.cc 142 bool* is_bool) {
145 *is_bool = false;
154 *is_bool = true;
188 bool is_bool; local
189 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool);
215 *flag->bool_variable() = !is_bool;
230 (flag->type() != Flag::BOOL && is_bool) ||
  /external/chromium_org/base/test/
trace_event_analyzer.cc 248 bool is_bool = GetAsDouble(event, &bool_value); local
249 if (is_bool)

Completed in 328 milliseconds