Searched defs:forceClose (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/browser/resources/indexed_db/ |
D | indexeddb_internals.js | 24 function forceClose(event) { function
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBDatabase.h | 60 virtual void forceClose() { BLINK_ASSERT_NOT_REACHED(); } in forceClose() function
|
/external/skia/experimental/AndroidPathRenderer/ |
D | AndroidPathRenderer.cpp | 545 bool forceClose = style != SkStrokeRec::kStroke_Style; in ConvexPathVertices() local 598 bool PathRenderer::ConvexPathPerimeterVertices(const SkPath& path, bool forceClose, in ConvexPathPerimeterVertices()
|
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/ |
D | AndroidPathRenderer.cpp | 545 bool forceClose = style != SkStrokeRec::kStroke_Style; in ConvexPathVertices() local 598 bool PathRenderer::ConvexPathPerimeterVertices(const SkPath& path, bool forceClose, in ConvexPathPerimeterVertices()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBDatabase.cpp | 350 void IDBDatabase::forceClose() in forceClose() function in WebCore::IDBDatabase
|
/external/skia/src/core/ |
D | SkPath.cpp | 1751 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter() 1755 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath() 2145 void SkPath::dump(bool forceClose, const char title[]) const { in dump()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPath.cpp | 1751 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter() 1755 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath() 2145 void SkPath::dump(bool forceClose, const char title[]) const { in dump()
|
/external/skia/tests/ |
D | PathTest.cpp | 2224 const bool forceClose; in test_iter() member
|
/external/chromium_org/third_party/skia/tests/ |
D | PathTest.cpp | 2224 const bool forceClose; in test_iter() member
|