Home
last modified time | relevance | path

Searched refs:PlatformPathPtr (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DPath.h70 typedef PlatformPath PlatformPathPtr; typedef
72 typedef PlatformPath* PlatformPathPtr; typedef
145 PlatformPathPtr platformPath() const { return m_path; } in platformPath()
151 PlatformPathPtr m_path;
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2912324 Replaced the "PlatformPath* m_path;" with a PlatformPathPtr, which