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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 166 bool is_present = !state.address.empty(); local
168 if (was_present != is_present) {
170 AdapterPresentChanged(this, is_present));
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 326 bool is_present = false; local
329 is_present = !product_state->uninstall_command().HasSwitch(
332 is_present = true;
355 return is_affected ? !is_uninstall : is_present;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 197 bool is_present; member in struct:DeepHeapProfile::MemoryInfoGetterLinux::State

Completed in 236 milliseconds