Searched refs:forceClose (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/content/browser/resources/indexed_db/ |
D | indexeddb_internals.js | 24 function forceClose(event) { function 77 forceCloseLinks[i].addEventListener('click', forceClose, false);
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBDatabaseCallbacks.cpp | 50 m_database->forceClose(); in onForcedClose()
|
D | IDBDatabase.h | 98 void forceClose();
|
D | IDBDatabase.cpp | 309 void IDBDatabase::forceClose() in forceClose() function in WebCore::IDBDatabase
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPath.h | 805 Iter(const SkPath&, bool forceClose); 807 void setPath(const SkPath&, bool forceClose); 898 void dump(bool forceClose, const char title[] = NULL) const;
|
/external/skia/include/core/ |
D | SkPath.h | 805 Iter(const SkPath&, bool forceClose); 807 void setPath(const SkPath&, bool forceClose); 898 void dump(bool forceClose, const char title[] = NULL) const;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBDatabase.h | 51 virtual void forceClose() { BLINK_ASSERT_NOT_REACHED(); } in forceClose() function
|
/external/skia/src/core/ |
D | SkPath.cpp | 1705 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter() argument 1706 this->setPath(path, forceClose); in Iter() 1709 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath() argument 1716 fForceClose = SkToU8(forceClose); in setPath() 2111 void SkPath::dump(bool forceClose, const char title[]) const { in dump() argument 2112 Iter iter(*this, forceClose); in dump() 2116 SkDebugf("path: forceClose=%s %s\n", forceClose ? "true" : "false", in dump()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPath.cpp | 1705 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter() argument 1706 this->setPath(path, forceClose); in Iter() 1709 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath() argument 1716 fForceClose = SkToU8(forceClose); in setPath() 2111 void SkPath::dump(bool forceClose, const char title[]) const { in dump() argument 2112 Iter iter(*this, forceClose); in dump() 2116 SkDebugf("path: forceClose=%s %s\n", forceClose ? "true" : "false", in dump()
|
/external/skia/tests/ |
D | PathTest.cpp | 2150 const bool forceClose; in test_iter() member 2210 iter.setPath(p, gIterTests[i].forceClose); in test_iter()
|