Searched defs:forceClose (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h51 virtual void forceClose() { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBDatabase
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabase.cpp305 void IDBDatabase::forceClose() function in class:WebCore::IDBDatabase
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp150 The iterator does more cleanup, especially if forceClose == true
153 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
1775 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { argument
1776 this->setPath(path, forceClose);
1779 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { argument
1786 fForceClose = SkToU8(forceClose);
2179 void SkPath::dump(bool forceClose, const char title[]) const { argument
2180 Iter iter(*this, forceClose);
2184 SkDebugf("path: forceClose=%s %s\n", forceClose
[all...]
/external/skia/src/core/
H A DSkPath.cpp150 The iterator does more cleanup, especially if forceClose == true
153 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
1775 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { argument
1776 this->setPath(path, forceClose);
1779 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { argument
1786 fForceClose = SkToU8(forceClose);
2179 void SkPath::dump(bool forceClose, const char title[]) const { argument
2180 Iter iter(*this, forceClose);
2184 SkDebugf("path: forceClose=%s %s\n", forceClose
[all...]
/external/skia/tests/
H A DPathTest.cpp1844 const bool forceClose; member in struct:iterTestData
1904 iter.setPath(p, gIterTests[i].forceClose);

Completed in 263 milliseconds