Searched defs:isTable (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h272 virtual bool isTable() const { return true; } function in class:WebCore::FINAL
353 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTable());
359 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTable());
H A DRenderObject.h352 virtual bool isTable() const { return false; } function in class:WebCore::RenderObject
489 if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexibleBox() || isRenderGrid())
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dderb.c678 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); local
681 if(isTable) {
H A Dparse.c1845 static U_INLINE UBool isTable(enum EResourceType type) { function
2062 if(isTable(bundleType))
/external/icu4c/tools/genrb/
H A Dderb.c678 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); local
681 if(isTable) {
H A Dparse.cpp1866 static inline UBool isTable(enum EResourceType type) { function
2088 if(isTable(bundleType))
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h56 Bool isTable; /* True if a table requiring integer keys */ member in struct:VdbeCursor
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12285 Bool isTable; /* True if a table requiring integer keys */ member in struct:VdbeCursor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12889 Bool isTable; /* True if a table requiring integer keys */ member in struct:VdbeCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12889 Bool isTable; /* True if a table requiring integer keys */ member in struct:VdbeCursor
[all...]

Completed in 676 milliseconds