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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.h 62 bool dependsOnBoxSize() const
65 if (m_operations[i]->dependsOnBoxSize())
TransformOperation.h 85 virtual bool dependsOnBoxSize() const { return false; }

Completed in 688 milliseconds