Home
last modified time | relevance | path

Searched refs:forceClose (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/resources/indexed_db/
Dindexeddb_internals.js24 function forceClose(event) { function
77 forceCloseLinks[i].addEventListener('click', forceClose, false);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBDatabaseCallbacks.cpp50 m_database->forceClose(); in onForcedClose()
DIDBDatabase.h98 void forceClose();
DIDBDatabase.cpp309 void IDBDatabase::forceClose() in forceClose() function in WebCore::IDBDatabase
/external/chromium_org/third_party/skia/include/core/
DSkPath.h805 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/
DSkPath.h805 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/
DWebIDBDatabase.h51 virtual void forceClose() { BLINK_ASSERT_NOT_REACHED(); } in forceClose() function
/external/skia/src/core/
DSkPath.cpp1705 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/
DSkPath.cpp1705 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/
DPathTest.cpp2150 const bool forceClose; in test_iter() member
2210 iter.setPath(p, gIterTests[i].forceClose); in test_iter()