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

/external/webkit/WebCore/rendering/
H A DRenderTable.h155 virtual bool isTable() const { return true; } function in class:WebCore::RenderTable
208 ASSERT(!object || object->isTable());
214 ASSERT(!object || object->isTable());
H A DRenderObject.h294 virtual bool isTable() const { return false; } function in class:WebCore::RenderObject
/external/icu4c/tools/genrb/
H A Dderb.c678 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); local
681 if(isTable) {
H A Dparse.c1652 static U_INLINE UBool isTable(enum EResourceType type) { function
1859 if(isTable(bundleType))
/external/chromium/third_party/icu/source/tools/genrb/
H A Dparse.c1649 static U_INLINE UBool isTable(enum EResourceType type) { function
1856 if(isTable(bundleType))
/external/sqlite/dist/
H A Dsqlite3.c17579 Bool isTable; /* True if a table requiring integer keys */ member in struct:VdbeCursor
[all...]

Completed in 300 milliseconds