Searched defs:is_new (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_filter.cc82 bool is_new = tracked_paths_.add(metadata.name, local
84 DCHECK(is_new);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc51 void CheckChromeVersion(Profile *profile, bool is_new) { argument
53 if (is_new) {
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.cc440 bool is_new = true; local
445 is_new = false;
468 NotifyDiskStatusUpdate(is_new ? DISK_ADDED : DISK_CHANGED, disk);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc690 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) {
/external/chromium_org/components/user_manager/
H A Duser_manager_base.cc699 void UserManagerBase::SetIsCurrentUserNew(bool is_new) { argument
700 is_current_user_new_ = is_new;
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.cc1249 bool is_new) {
1270 if (is_new)
1247 AddMasterEntryToFetchList(AppCacheHost* host, const GURL& url, bool is_new) argument
/external/chromium_org/extensions/browser/
H A Devent_router.cc263 bool is_new = listeners_.AddListener(EventListener::ForExtension( local
266 if (is_new) {
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc588 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, local
590 if (is_new) {
602 if (is_new) { \
622 if (is_new) {
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c2082 BOOLEAN is_new = TRUE; local
2202 is_new = TRUE;
2214 is_new = FALSE;
2222 if (is_new == TRUE)
2282 if (is_new || update)
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c65 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new);
3293 p_msg->is_new = FALSE;
3298 p_msg->is_new = TRUE;
3345 UINT8 *features, BOOLEAN is_new,UINT16 handle,
3354 p_msg->is_new = is_new;
3362 if ((features[0] == 0xFF) && !is_new)
3464 BOOLEAN is_new = p_data->acl_change.is_new; local
3536 if(is_new)
3344 bta_dm_acl_change_cback(BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new,UINT16 handle, tBT_TRANSPORT transport) argument
[all...]
H A Dbta_dm_int.h387 BOOLEAN is_new; member in struct:__anon495

Completed in 2646 milliseconds