Home
last modified time | relevance | path

Searched refs:tableRow (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/webapp/
Dhost_table_entry.js38 this.tableRow = null;
60 var tableRow = /** @type {HTMLElement} */ document.createElement('div');
61 tableRow.classList.add('section-row');
71 tableRow.appendChild(hostIconDiv);
76 tableRow.appendChild(hostNameCell);
88 tableRow.appendChild(editButton);
101 tableRow.appendChild(deleteButton);
103 this.init(tableRow, warningOverlay, hostNameCell, editButton, deleteButton);
121 tableRow, warningOverlay, hostNameCell, editButton, opt_deleteButton) { argument
122 this.tableRow = tableRow;
[all …]
Dpaired_client_manager.js34 this.tableRow = null;
48 this.tableRow = document.createElement('tr');
51 this.tableRow.appendChild(td);
54 this.tableRow.appendChild(td);
66 this.tableRow.appendChild(td);
67 tbody.appendChild(this.tableRow);
248 this.clientRows_.removeChild(client.tableRow);
Dhost_list.js292 this.table_.appendChild(hostTableEntry.tableRow);
330 this.table_.removeChild(hostTableEntry.tableRow);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
DDocumentationView.js201 var tableRow = tableBody.createChild("tr", "documentation-table-row");
202 var type = tableRow.createChild("td", "documentation-table-cell");
204 var name = tableRow.createChild("td", "documentation-table-cell");
207 var description = tableRow.createChild("td", "documentation-table-cell");
312 var tableRow = tableBody.createChild("tr", "documentation-table-row");
315 var cell = tableRow.createChild("td", "documentation-table-cell");
/external/chromium_org/chrome/browser/resources/
Dpolicy.js502 var tableRow = window.document.createElement('tr');
509 tableRow.appendChild(tableHeader);
511 tableHead.appendChild(tableRow);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
Dbreak_lines.cpp130 const unsigned char* tableRow = asciiLineBreakTable[ch - asciiLineBreakTableFirstChar]; in shouldBreakAfter() local
132 return tableRow[nextChIndex / 8] & (1 << (nextChIndex % 8)); in shouldBreakAfter()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcreststn.c1825 UResourceBundle *tableRow=NULL; in testTag() local
1826 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1830 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY); in testTag()
1831 column_count=ures_getSize(tableRow); in testTag()
1841 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status); in testTag()
1848 ures_close(tableRow); in testTag()
1868 UResourceBundle *tableRow=NULL; in testTag() local
1869 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1872 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag()
1877 ures_close(tableRow); in testTag()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1833 UResourceBundle *tableRow=NULL; in testTag() local
1834 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1838 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY); in testTag()
1839 column_count=ures_getSize(tableRow); in testTag()
1849 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status); in testTag()
1856 ures_close(tableRow); in testTag()
1876 UResourceBundle *tableRow=NULL; in testTag() local
1877 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1880 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag()
1885 ures_close(tableRow); in testTag()