HomeSort by relevance Sort by last modified time
    Searched defs:isPartial (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 88 /// isPartial - Return true if the original copy instruction did not copy
90 bool isPartial() const { return Partial; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 56 bool isPartial;
60 frame.countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
65 data->setBoolean("partialLayout", isPartial);
InspectorTimelineAgent.cpp 483 bool isPartial;
486 frame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
488 pushCurrentRecord(TimelineRecordFactory::createLayoutData(needsLayoutObjects, totalObjects, isPartial), TimelineRecordType::Layout, true, frame);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 85 bool isPartial(double t1, double t2, const SkDPoint& pt1, const SkDPoint& pt2) const {
  /external/skia/src/pathops/
SkIntersectionHelper.h 85 bool isPartial(double t1, double t2, const SkDPoint& pt1, const SkDPoint& pt2) const {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 291 bool isPartial;
294 contextFrame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 

Completed in 216 milliseconds