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

  /external/skia/tests/
AndroidPaintTest.cpp 10 static size_t Reconstruct(const SkPaint& src, SkPaint* dst) {
36 Reconstruct(paint, &reconstructed);
53 Reconstruct(defaultOptions, &nonDefaultOptions);
74 Reconstruct(defaultOptions, &dummy) < Reconstruct(nonDefaultOptions, &dummy));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.h 71 Reconstruct,
84 : styleResolverUpdateType(Reconstruct)
TreeScopeStyleSheetCollection.cpp 76 return Reconstruct;
83 return Reconstruct;
86 return Reconstruct;
154 // FIXME: If styleResolverUpdateType is Reconstruct, we should return early here since
DocumentStyleSheetCollection.cpp 102 if (change.styleResolverUpdateType == Reconstruct) {

Completed in 382 milliseconds