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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 155 AtomicString oldKind = kind();
158 if (mediaElement() && oldKind != kind())
  /frameworks/base/tools/aidl/
aidl.cpp 369 const char* oldKind = kind_to_string(old->Kind());
376 old->DeclFile().c_str(), old->DeclLine(), oldKind);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 132 withExplicitVisibilityAlready(LVComputationKind oldKind) {
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);
    [all...]

Completed in 312 milliseconds