Searched refs:tableSection (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityTableCell.cpp236 for (RenderTableSection* tableSection = table->topSection(); tableSection; tableSection = table->sectionBelow(tableSection, SkipEmptySections)) {
238 if (tableSection == footerSection)
240 if (tableSection == section)
242 rowOffset += tableSection->numRows();
H A DAccessibilityTable.cpp369 for (RenderTableSection* tableSection = table->topSection(); tableSection; tableSection = table->sectionBelow(tableSection, SkipEmptySections)) {
370 if (tableSection == footer)
372 addChildrenFromSection(tableSection, maxColumnCount);
396 void AccessibilityTable::addChildrenFromSection(RenderTableSection* tableSection, unsigned& maxColumnCount) argument
398 ASSERT(tableSection);
399 if (!tableSection)
404 unsigned numRows = tableSection
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.cpp312 const ReadSection &tableSection = index.mTable.getTableSection(); local
318 uint32 keySize = tableSection.at(keyOffset);
319 DbIndexKey key(tableSection, Range(keyOffset + AtomSize, keySize), *this);
H A DAppleDatabase.cpp533 ModifiedTable::writeIndexSection(WriteSection &tableSection, uint32 offset) argument
537 tableSection.put(Table::OffsetIndexesOffset, offset);
543 offset = tableSection.put(offset, (uint32)mIndexMap.size());
551 indexOffsetOffset = tableSection.put(indexOffsetOffset, offset);
552 offset = it->second->writeIndex(tableSection, offset);
556 tableSection.put(indexSectionOffset, offset - indexSectionOffset);
568 const ReadSection &tableSection = mTable->getTableSection(); local
569 uint32 tableSize = tableSection.at(Table::OffsetSize);
572 tableSection.range(Range(0, tableSize)), tableSize);
H A DAppleDatabase.h174 uint32 writeIndexSection(WriteSection &tableSection, uint32 offset);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.cpp312 const ReadSection &tableSection = index.mTable.getTableSection(); local
318 uint32 keySize = tableSection.at(keyOffset);
319 DbIndexKey key(tableSection, Range(keyOffset + AtomSize, keySize), *this);
H A DAppleDatabase.cpp533 ModifiedTable::writeIndexSection(WriteSection &tableSection, uint32 offset) argument
537 tableSection.put(Table::OffsetIndexesOffset, offset);
543 offset = tableSection.put(offset, (uint32)mIndexMap.size());
551 indexOffsetOffset = tableSection.put(indexOffsetOffset, offset);
552 offset = it->second->writeIndex(tableSection, offset);
556 tableSection.put(indexSectionOffset, offset - indexSectionOffset);
568 const ReadSection &tableSection = mTable->getTableSection(); local
569 uint32 tableSize = tableSection.at(Table::OffsetSize);
572 tableSection.range(Range(0, tableSize)), tableSize);
H A DAppleDatabase.h174 uint32 writeIndexSection(WriteSection &tableSection, uint32 offset);

Completed in 212 milliseconds