OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sharable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h
96
ASSERT(
m_sharable
|| currentThread() == m_openingThread || !m_db);
129
bool
m_sharable
;
member in class:blink::SQLiteDatabase
SQLiteDatabase.cpp
51
,
m_sharable
(false)
Completed in 376 milliseconds