Searched defs:table (Results 251 - 275 of 701) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp81 RefPtr<HTMLTableElement> table = HTMLTableElement::create(this); local
82 body->parserAppendChild(table);
83 table->lazyAttach();
85 table->parserAppendChild(m_tbody);
190 // Create a table row.
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScript.cpp264 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapTable(const ScriptValue& table, const ScriptValue& columns) const argument
269 wrapFunction.appendArgument(table);
H A DInjectedScriptExterns.js36 console.table = function(vararg) { }
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DConsole.cpp119 void Console::table(ScriptState* state, PassRefPtr<ScriptArguments> arguments) function in class:WebCore::Console
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFEComponentTransfer.cpp107 static void table(unsigned char* values, const ComponentTransferFunction& transferFunction) function in namespace:WebCore
223 TransferType callEffect[] = {identity, identity, table, discrete, linear, gamma};
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h74 RenderTable* table() const { return toRenderTable(parent()->parent()->parent()); } function in class:WebCore::FINAL
88 if (RenderTableCol* firstColumn = table()->colElement(col()))
95 // FIXME: This function does too much work, and is very hot during table layout!
145 // FIXME: For now we just assume the cell has the same block flow direction as the table. It's likely we'll
147 // the block flow directionality of the cells to the table's directionality.
165 // This function is used to unify which table part's style we use for computing direction and
169 // on all table parts and writing-mode on cells.
178 if (section()->hasSameDirectionAs(table()))
187 if (section()->hasSameDirectionAs(table()))
195 ASSERT_UNUSED(cell, table()
[all...]
H A DRenderTableRow.cpp74 // If border was changed, notify table.
76 RenderTable* table = this->table(); local
77 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
78 table->invalidateCollapsedBorders();
80 if (table && oldStyle && diff == StyleDifferenceLayout && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
173 cell->computeAndSetBlockDirectionMargins(table());
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DConsoleMessage.js501 var table = parameters[0]; variable
502 if (!table || !table.preview)
506 var preview = table.preview;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DPeriodicWave.cpp117 // The words "lower" and "higher" refer to the table data having the lower and higher numbers of partials.
119 // So the lower table data will have a larger range index.
150 // One table is created for each range for non-aliasing playback at different playback rates.
201 // Create the band-limited table.
202 OwnPtr<AudioFloatArray> table = adoptPtr(new AudioFloatArray(m_periodicWaveSize)); local
203 m_bandLimitedTables.append(table.release());
205 // Apply an inverse FFT to generate the time-domain table data.
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DTranslatorManager.java108 * table specified by {@code tableName}.
110 // TODO: Document how to discover valid table names.
187 public BrailleTranslatorImpl(String table) { argument
188 mTable = table;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c39 /* scale the widths/heights table */
182 /* insert into sorted table */
271 /* sanitize top table */
294 /* sanitize bottom table */
364 /* reset the blues table when the device transform changes */
372 PSH_Blue_Table table = 0; local
437 table = &blues->normal_top;
440 table = &blues->normal_bottom;
443 table = &blues->family_top;
446 table
531 PSH_Blue_Table table; local
[all...]
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c297 /* Build a table that maps Unicode values to glyph indices. */
300 PS_Unicodes table,
312 /* we first allocate the table */
313 table->num_maps = 0;
314 table->maps = 0;
316 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
324 map = table->maps;
364 /* now compress the table a bit */
365 count = (FT_UInt)( map - table->maps );
370 FT_FREE( table
299 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
397 ps_unicodes_char_index( PS_Unicodes table, FT_UInt32 unicode ) argument
443 ps_unicodes_char_next( PS_Unicodes table, FT_UInt32 *unicode ) argument
[all...]
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c46 /* Looks for a TrueType table by name. */
54 /* A pointer to the table directory entry. 0 if not found. */
85 FT_TRACE4(( "found table.\n" ));
96 FT_TRACE4(( "ignoring empty table\n" ));
98 FT_TRACE4(( "could not find table\n" ));
111 /* Looks for a TrueType table by name, then seek a stream to it. */
118 /* stream :: The stream to seek when the table is found. */
121 /* length :: The length of the table if found, undefined otherwise. */
132 TT_Table table; local
136 table
197 TT_TableRec table; local
473 TT_Table table; local
746 TT_NameTable table; local
871 TT_NameTable table = &face->name_table; local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-file-private.hh62 CheckSum checkSum; /* CheckSum for this table. */
65 ULONG length; /* Length of this table. */
130 inline unsigned int get_face_count (void) const { return table.len; }
131 inline const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; }
135 return TRACE_RETURN (table.sanitize (c, this));
143 table; /* Array of offsets to the OffsetTable for each font member in struct:OT::TTCHeaderVersion1
146 DEFINE_SIZE_ARRAY (12, table);
/external/chromium_org/third_party/icu/source/common/
H A Dbmpset.cpp63 static void set32x64Bits(uint32_t table[64], int32_t start, int32_t limit) { argument
70 table[trail]|=bits;
80 table[trail++]|=bits;
88 table[trail++]|=bits;
98 table[trail]|=bits;
103 table[trail]|=bits;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_cnt.cpp16 * This module maintains a contraction table structure in expanded form
77 static ContractionTable *addATableElement(CntTable *table, uint32_t *key, UErrorCode *status) { argument
98 table->elements[table->size] = el;
100 //uhash_put(table->elements, (void *)table->size, el, status);
102 *key = table->size++;
104 if(table->size == table->capacity) {
105 ContractionTable **newElements = (ContractionTable **)uprv_malloc(table
130 uprv_cnttab_constructTable(CntTable *table, uint32_t mainOffset, UErrorCode *status) argument
335 uprv_cnttab_close(CntTable *table) argument
351 uprv_cnttab_changeLastCE(CntTable *table, uint32_t element, uint32_t value, UErrorCode *status) argument
371 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status) argument
413 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status) argument
442 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status) argument
470 _cnttab_getContractionTable(CntTable *table, uint32_t element) argument
511 uprv_cnttab_findCP(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status) argument
521 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status) argument
530 uprv_cnttab_findCE(CntTable *table, uint32_t element, UChar codePoint, UErrorCode *status) argument
539 uprv_cnttab_isTailored(CntTable *table, uint32_t element, UChar *ztString, UErrorCode *status) argument
558 uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t newCE, UErrorCode *status) argument
[all...]
H A Duspoof_conf.cpp50 // be stored in that order in the final string table.
53 // list because that will be the ordering of our runtime table.
55 // 4. Generate the run time string table. This is generated before the key & value
230 // Capture Group 3-6 the table type, SL, SA, ML, or MA
239 "\\s*(?:(SL)|(SA)|(ML)|(MA))" // Match the table type
270 // put them into the appropriate mapping table.
294 // Add the UChar32 -> string mapping to the appropriate table.
295 UHashtable *table = uregex_start(fParseLine, 3, &status) >= 0 ? fSLTable : local
300 U_ASSERT(table != NULL);
301 uhash_iput(table, keyCha
[all...]
H A Duspoof_wsconf.cpp46 // | | | |---- Which table, Any Case or Lower Case (A or L)
62 "\\s*(?:(A)|(L))" // The table A or L. Group 6 or 7
210 // select the table - (A) any case or (L) lower case only
211 UTrie2 *table = anyCaseTrie; local
213 table = lowerCaseTrie;
225 int32_t setIndex = utrie2_get32(table, cp);
237 bsset->trie = table;
247 utrie2_set32(table, cp, setIndex, &status);
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.cpp55 void FontObject::deleteTable(void *table) argument
57 delete[] (char *) table;
62 le_uint16 table = 0; local
66 table = rangeShift;
72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
73 table += probe;
77 if (SWAPL(directory->tableDirectory[table].tag) == tag) {
78 return &directory->tableDirectory[table];
95 void *table = new char[*length]; local
98 fread(table, sizeo
[all...]
H A DPortableFontInstance.cpp114 // read unitsPerEm from 'head' table
189 le_uint16 table = 0; local
193 table = fDirExtra;
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) {
200 table += probe;
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) {
205 return &fDirectory->tableDirectory[table];
223 void *table = NEW_ARRAY(char, *length); local
225 if (table != NULL) {
227 fread(table, sizeo
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dleveldb_main.cc15 #include "leveldb/table.h"
127 Table* table = NULL; local
137 s = Table::Open(Options(), file, file_size, &table);
141 delete table;
148 Iterator* iter = table->NewIterator(ro);
179 delete table;
H A Dmemtable.cc53 explicit MemTableIterator(MemTable::Table* table) : iter_(table) { } argument
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc5 #include "leveldb/table.h"
12 #include "table/block.h"
13 #include "table/filter_block.h"
14 #include "table/format.h"
15 #include "table/two_level_iterator.h"
41 Table** table) {
42 *table = NULL;
78 *table = new Table(rep);
79 (*table)->ReadMeta(footer);
157 Table* table local
38 Open(const Options& options, RandomAccessFile* file, uint64_t size, Table** table) argument
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngtrans.c403 png_bytep rp, end, table; local
408 table = (png_bytep)onebppswaptable;
410 table = (png_bytep)twobppswaptable;
412 table = (png_bytep)fourbppswaptable;
417 *rp = table[*rp];
/external/chromium_org/third_party/libxml/src/
H A Dentities.c198 * xmlAddEntity : register a new entity for an entities table.
205 xmlEntitiesTablePtr table = NULL; local
221 table = dtd->entities;
227 table = dtd->pentities;
232 if (table == NULL)
239 if (xmlHashAddEntry(table, name, ret)) {
423 * @table: an entity table
427 * Do an entity lookup in the table.
433 xmlGetEntityFromTable(xmlEntitiesTablePtr table, cons argument
449 xmlEntitiesTablePtr table; local
480 xmlEntitiesTablePtr table; local
505 xmlEntitiesTablePtr table; local
813 xmlFreeEntitiesTable(xmlEntitiesTablePtr table) argument
863 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) argument
1017 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) argument
[all...]

Completed in 2470 milliseconds

<<11121314151617181920>>