Home
last modified time | relevance | path

Searched refs:lastRecord (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js216 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);
DCustomElements.js216 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);
DHTMLImports.js216 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);
Dwebcomponents-lite.js779 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);
Dwebcomponents.js5636 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/
DDeclBase.h1288 return DeclKind >= Decl::firstRecord && DeclKind <= Decl::lastRecord; in isRecord()
DDecl.h3401 return K >= firstRecord && K <= lastRecord; in classofKind()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1896 getDeclKind() <= Decl::lastRecord; in isRecord()
DDecl.h4037 return K >= firstRecord && K <= lastRecord; in classofKind()
/external/kotlinx.metadata/
Dkotlinx-metadata-jvm-0.1.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/metadata/ kotlinx/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...