HomeSort by relevance Sort by last modified time
    Searched refs:is_new (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/cr/cr/commands/
init.py 118 is_new = not hasattr(build_package, 'config')
119 if is_new:
  /external/chromium_org/chrome/browser/prefs/
pref_hash_filter.cc 61 bool is_new = tracked_paths_.add(metadata.name, local
63 DCHECK(is_new);
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 59 void CheckChromeVersion(Profile *profile, bool is_new) {
61 if (is_new) {
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 427 bool is_new = true; local
432 is_new = false;
454 NotifyDiskStatusUpdate(is_new ? DISK_ADDED : DISK_CHANGED, disk);
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 237 bool is_new);
appcache_update_job.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 690 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, local
692 if (is_new) {
706 if (is_new) { \
726 if (is_new) {
772 bool is_new = MaybeNewExtension(iter->first, local
775 if (is_new)
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 65 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new);
3449 BOOLEAN is_new = p_data->acl_change.is_new; local
    [all...]
bta_dm_int.h 387 BOOLEAN is_new; member in struct:__anon5115
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1372 uint8_t is_new = 1; local
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 588 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, local
590 if (is_new) {
602 if (is_new) { \
622 if (is_new) {
    [all...]
  /external/chromium_org/extensions/browser/
event_router.cc 244 bool is_new = listeners_.AddListener(listener.Pass()); local
246 if (is_new) {
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 2082 BOOLEAN is_new = TRUE; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1469 uint8_t is_new = 1; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 684 typedef void (tBTM_INQ_DB_CHANGE_CB) (void *p1, BOOLEAN is_new);
    [all...]

Completed in 369 milliseconds