/external/chromium_org/third_party/sqlite/src/src/ |
btree.c | 850 ** This routine works only for pages that do not contain overflow cells. 857 ** pages that do contain overflow cells. [all...] |
/docs/source.android.com/src/source/assets/ |
main.css | 44 empty-cells: show;
|
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/ |
braille_display_private_api.cc | 172 BrailleController::GetInstance()->WriteDots(params_->cells);
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_animations.js | 153 * for animating the height of table cells.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_textfield.mm | 16 const CGFloat kMinimumHeight = 27.0; // Enforced minimum height for text cells.
|
/external/chromium_org/content/common/ |
accessibility_node_data.h | 145 // when there's a rowspan or colspan, and with -1 for missing cells.
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTableCell.cpp | 148 // Table cells that are th cannot have title ui elements, since by definition
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCol.cpp | 100 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
failures.js | 74 return row.cells[configuration.debug ? 2 : 1];
|
/external/chromium_org/third_party/skia/src/core/ |
SkTDynamicHash.h | 95 return (T**)sk_calloc_throw(sizeof(T*) * capacity); // All cells == Empty().
|
/external/chromium_org/ui/accessibility/ |
ax_node_data.h | 145 // when there's a rowspan or colspan, and with -1 for missing cells.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/table/ |
table_list.js | 45 * Updates width of cells.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 82 // Cells management 296 Iterator cells = this.toolTips.keySet().iterator(); local 297 while (cells.hasNext()) { 298 ToolTip toolTip = (ToolTip) this.toolTips.get(cells.next());
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 79 'chr', 'checker', 'charset', 'cells', 'caustics', 'bumps', 'bump_size', 'brilliance',
|
/external/skia/src/core/ |
SkTDynamicHash.h | 95 return (T**)sk_calloc_throw(sizeof(T*) * capacity); // All cells == Empty().
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSEmbedInfo.cpp | 42 * ForEach-able function to be invoked over the appropriate data cells of the
|
/frameworks/rs/scriptc/ |
rs_core.rsh | 108 * restrict the call to a subset of cells in the allocation.
|
/packages/apps/Launcher2/res/layout-land/ |
launcher.xml | 33 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher2/res/layout-port/ |
launcher.xml | 51 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher2/res/layout-sw720dp/ |
launcher.xml | 51 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher3/res/layout-port/ |
launcher.xml | 32 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher3/res/layout-sw720dp/ |
launcher.xml | 33 <!-- The workspace contains 5 screens of cells -->
|
/prebuilts/sdk/renderscript/include/ |
rs_core.rsh | 108 * restrict the call to a subset of cells in the allocation.
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 372 PCell cells; member in struct:gray_TWorker_ 430 /* Initialize the cells table. */ 440 ras.cells = NULL; 523 cell = ras.cells + ras.num_cells++; 568 /* All cells that are on the left of the clipping region go to the */ 624 /* Render a scanline as one or more cells. */ 662 /* ok, we'll have to render a run of adjacent cells on the same */ [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 372 PCell cells; member in struct:gray_TWorker_ 430 /* Initialize the cells table. */ 440 ras.cells = NULL; 523 cell = ras.cells + ras.num_cells++; 568 /* All cells that are on the left of the clipping region go to the */ 624 /* Render a scanline as one or more cells. */ 662 /* ok, we'll have to render a run of adjacent cells on the same */ [all...] |