/external/chromium_org/content/browser/resources/indexed_db/ |
indexeddb_internals.js | 24 function forceClose(event) { 27 chrome.send('forceClose', [link.idb_partition_path, 77 forceCloseLinks[i].addEventListener('click', forceClose, false);
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_connection.cc | 24 void IndexedDBConnection::ForceClose() {
|
indexed_db_connection.h | 23 virtual void ForceClose();
|
indexed_db_database_unittest.cc | 78 request1->connection()->ForceClose(); 83 request2->connection()->ForceClose(); 123 request->connection()->ForceClose();
|
indexed_db_context_impl.h | 78 // ForceClose takes a value rather than a reference since it may release the 80 void ForceClose(const GURL origin_url);
|
indexed_db_factory_unittest.cc | 253 callbacks->connection()->ForceClose(); 383 factory->ForceClose(origin); 389 factory->ForceClose(origin); 478 factory->ForceClose(origin);
|
indexed_db_internals_ui.cc | 41 "forceClose", 204 context->ForceClose(origin_url); 245 context->ForceClose(origin_url);
|
indexed_db_context_impl.cc | 307 ForceClose(origin_url); 333 void IndexedDBContextImpl::ForceClose(const GURL origin_url) { 346 connection->ForceClose(); 352 factory_->ForceClose(origin_url);
|
indexed_db_factory.h | 60 void ForceClose(const GURL& origin_url);
|
indexed_db_factory.cc | 93 void IndexedDBFactory::ForceClose(const GURL& origin_url) { 193 context_->ForceClose(origin_url);
|
indexed_db_unittest.cc | 130 virtual void ForceClose() OVERRIDE {
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBDatabaseCallbacks.cpp | 50 m_database->forceClose();
|
IDBDatabase.h | 98 void forceClose();
|
IDBDatabase.cpp | 309 void IDBDatabase::forceClose()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebIDBDatabase.h | 51 virtual void forceClose() { BLINK_ASSERT_NOT_REACHED(); }
|
/frameworks/base/libs/hwui/ |
PathTessellator.h | 117 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
|
PathTessellator.cpp | 734 bool forceClose = paintInfo.style != SkPaint::kStroke_Style; 735 bool wasClosed = approximatePathOutlineVertices(path, forceClose, [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPath.cpp | 116 The iterator does more cleanup, especially if forceClose == true 119 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2 [all...] |
/external/skia/src/core/ |
SkPath.cpp | 116 The iterator does more cleanup, especially if forceClose == true 119 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2 [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkPath.h | 797 segments and adding close verbs where necessary. When the forceClose 805 Iter(const SkPath&, bool forceClose); 807 void setPath(const SkPath&, bool forceClose); [all...] |
/external/skia/include/core/ |
SkPath.h | 797 segments and adding close verbs where necessary. When the forceClose 805 Iter(const SkPath&, bool forceClose); 807 void setPath(const SkPath&, bool forceClose); [all...] |
/external/skia/tests/ |
PathTest.cpp | [all...] |