Searched refs:lastRecord (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | MutationObserver.js | 216 function selectRecord(lastRecord, newRecord) { argument 217 if (lastRecord === newRecord) return lastRecord; 218 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue; 232 var lastRecord = records[length - 1]; 233 var recordToReplaceLast = selectRecord(lastRecord, record);
|
D | CustomElements.js | 216 function selectRecord(lastRecord, newRecord) { argument 217 if (lastRecord === newRecord) return lastRecord; 218 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue; 232 var lastRecord = records[length - 1]; 233 var recordToReplaceLast = selectRecord(lastRecord, record);
|
D | HTMLImports.js | 216 function selectRecord(lastRecord, newRecord) { argument 217 if (lastRecord === newRecord) return lastRecord; 218 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue; 232 var lastRecord = records[length - 1]; 233 var recordToReplaceLast = selectRecord(lastRecord, record);
|
D | webcomponents-lite.js | 779 function selectRecord(lastRecord, newRecord) { argument 780 if (lastRecord === newRecord) return lastRecord; 781 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue; 795 var lastRecord = records[length - 1]; 796 var recordToReplaceLast = selectRecord(lastRecord, record);
|
D | webcomponents.js | 5636 function selectRecord(lastRecord, newRecord) { argument 5637 if (lastRecord === newRecord) return lastRecord; 5638 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue; 5652 var lastRecord = records[length - 1]; 5653 var recordToReplaceLast = selectRecord(lastRecord, record);
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1288 return DeclKind >= Decl::firstRecord && DeclKind <= Decl::lastRecord; in isRecord()
|
D | Decl.h | 3401 return K >= firstRecord && K <= lastRecord; in classofKind()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 1896 getDeclKind() <= Decl::lastRecord; in isRecord()
|
D | Decl.h | 4037 return K >= firstRecord && K <= lastRecord; in classofKind()
|