Home
last modified time | relevance | path

Searched refs:m_table (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/rendering/
DFixedTableLayout.cpp85 RenderObject* child = m_table->firstChild(); in calcWidthArray()
86 int nEffCols = m_table->numEffCols(); in calcWidthArray()
109 m_table->appendColumn(span); in calcWidthArray()
114 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) { in calcWidthArray()
115 m_table->splitColumn(currentEffectiveColumn, span); in calcWidthArray()
119 … spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn); in calcWidthArray()
144 RenderTableSection* section = m_table->header(); in calcWidthArray()
146 section = m_table->firstBody(); in calcWidthArray()
148 section = m_table->footer(); in calcWidthArray()
150 section = m_table->sectionBelow(section, true); in calcWidthArray()
[all …]
DAutoTableLayout.cpp55 RenderObject* child = m_table->firstChild(); in recalcColumn()
145 …if (m_table->style()->htmlHacks() && l.maxWidth > l.width.value() && fixedContributor != maxContri… in recalcColumn()
162 int nEffCols = m_table->numEffCols(); in fullRecalc()
167 RenderObject *child = m_table->firstChild(); in fullRecalc()
182 int cEffCol = m_table->colToEffCol(cCol); in fullRecalc()
184 if (m_table->spanOfEffCol(cEffCol) == 1) { in fullRecalc()
253 bool scaleColumns = shouldScaleColumns(m_table); in calcPrefWidths()
282 int bs = m_table->bordersPaddingAndSpacing(); in calcPrefWidths()
286 Length tw = m_table->style()->width(); in calcPrefWidths()
302 int hspacing = m_table->hBorderSpacing(); in calcEffectiveWidth()
[all …]
DTableLayout.h33 : m_table(table) in TableLayout()
43 RenderTable* m_table;
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java101 m_table = new ClassDef (); in class_table()
131 return m_table; in class_table()
140 m_table.setMagic (magic); in magic()
155 m_table.setVersion (new int [] {major_version, minor_version}); in version()
164 final IConstantCollection constants = m_table.getConstants(); in constant_pool()
183 m_table.setAccessFlags (_access_flags); in access_flags()
192 m_table.setThisClassIndex (_class_index); in this_class()
201 m_table.setSuperClassIndex (_class_index); in super_class()
215 m_table.getInterfaces().add (_interface_index); in interfaces()
225 final IConstantCollection constantPool = m_table.getConstants (); in fields()
[all …]
/external/webkit/JavaScriptCore/wtf/
DHashTable.h143 addIterator(other.m_table, this); in HashTableConstIterator()
152 addIterator(other.m_table, this);
193 ASSERT(m_table); in checkValidity()
201 ASSERT(m_table); in checkValidity()
202 ASSERT_UNUSED(other, other.m_table); in checkValidity()
203 ASSERT(m_table == other.m_table); in checkValidity()
216 mutable const HashTableType* m_table;
298 deallocateTable(m_table, m_tableSize);
300 m_table = (ValueType*)(uintptr_t)0xbbadbeef;
308 iterator begin() { return makeIterator(m_table); }
[all …]
/external/webkit/JavaScriptCore/runtime/
DIdentifier.cpp41 HashSet<UString::Rep*>::iterator end = m_table.end(); in ~IdentifierTable()
42 for (HashSet<UString::Rep*>::iterator iter = m_table.begin(); iter != end; ++iter) in ~IdentifierTable()
48 std::pair<HashSet<UString::Rep*>::iterator, bool> result = m_table.add(value); in add()
56 std::pair<HashSet<UString::Rep*>::iterator, bool> result = m_table.add<U, V>(value); in add()
61 void remove(UString::Rep* r) { m_table.remove(r); } in remove()
66 HashSet<UString::Rep*> m_table; member in JSC::IdentifierTable
DStructureTransitionTable.h129 …nsitionTable* table() const { ASSERT(!usingSingleTransitionSlot()); return m_transitions.m_table; } in table()
147 m_transitions.m_table = table; in setTransitionTable()
158 TransitionTable* m_table; member
/external/webkit/WebCore/bindings/v8/
DDOMDataStore.h194 v8::Persistent<v8::Object>* entry = m_table.add(wrapper); in set()
206 m_table.visit(visitor); in visit()
213 m_table.clear(); in clear()
249 Table m_table; variable
DDOMDataStore.cpp186 m_table.remove(entry); in removeIfPresent()
/external/webkit/JavaScriptCore/
DChangeLog1369 function returns true for tables with m_table == 0.
1523 function returns true for tables with m_table == 0.
DChangeLog-2009-06-1630347 (JSC::PropertyMap::expand): This is never called when m_table is null,
/external/webkit/WebCore/
DChangeLog-2009-06-1664635 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout