Searched refs:oldKind (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.cpp155 AtomicString oldKind = kind(); local
158 if (mediaElement() && oldKind != kind())
/external/clang/lib/AST/
H A DDecl.cpp132 withExplicitVisibilityAlready(LVComputationKind oldKind) { argument
134 static_cast<LVComputationKind>(unsigned(oldKind) |
136 assert(oldKind != LVForType || newKind == LVForExplicitType);
137 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
138 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
139 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);

Completed in 270 milliseconds