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

  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 41 void CheckChromeVersion(Profile *profile, bool is_new) {
43 if (is_new) {
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.cc 261 bool is_new = true; local
267 is_new = false;
313 FireDiskStatusUpdate(is_new ? MOUNT_DISK_ADDED : MOUNT_DISK_CHANGED,
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 420 bool is_new = true; local
425 is_new = false;
447 NotifyDiskStatusUpdate(is_new ? DISK_ADDED : DISK_CHANGED, disk);
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 207 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 59 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new);
3350 BOOLEAN is_new = p_data->acl_change.is_new; local
    [all...]
bta_dm_int.h 362 BOOLEAN is_new; member in struct:__anon2897
  /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/chrome/browser/extensions/
event_router.cc 288 bool is_new = listeners_.AddListener(listener.Pass()); local
290 if (is_new) {
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 2062 BOOLEAN is_new = TRUE; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 683 typedef void (tBTM_INQ_DB_CHANGE_CB) (void *p1, BOOLEAN is_new);
    [all...]

Completed in 147 milliseconds