HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 401 - 425 of 1142) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 104 // Otherwise we return original width for the cell.
119 // Column widths specified on <col> apply to the border box of the cell.
144 // fixed width set on the cell. Even so, it is a WinIE/Moz trait
145 // to make the minwidth of the cell into the fixed width. They do this
252 // includes any outside borders of this cell.
312 // <http://www.w3.org/TR/2007/CR-CSS21-20070719/tables.html#height-layout>: The baseline of a cell is the baseline of
313 // the first in-flow line box in the cell, or the first in-flow table-row in the cell, whichever comes first. If there
314 // is no such line box or table-row, the baseline is the bottom of content edge of the cell box.
347 // (4) If border styles differ only in color, then a style set on a cell wins over one on a row,
    [all...]
RenderTreeAsText.cpp 267 const RenderTableCell& cell = *toRenderTableCell(&o); local
268 r = IntRect(cell.x(), cell.y() + cell.intrinsicPaddingBefore(), cell.width(), cell.height() - cell.intrinsicPaddingBefore() - cell.intrinsicPaddingAfter());
499 // FIXME: Table cell adjustment is temporary until results can be updated.
  /external/webkit/Source/WebKit/mac/Misc/
WebNSControlExtras.m 37 NSSize bestSize = [[self cell] cellSizeForBounds:NSMakeRect(0.0f, 0.0f, frame.size.width, 10000.0f)];
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 297 def _parse_last_build_cell(self, builder, cell):
298 status_link = cell.find('a')
310 builder['is_green'] = not re.search('fail', cell.renderContents()) or \
311 not not re.search('lost', cell.renderContents())
317 # We failed to find a link in the first cell, just give up. This
318 # can happen if a builder is just-added, the first cell will just
325 def _parse_current_build_cell(self, builder, cell):
326 activity_lines = cell.renderContents().split("<br />")
336 # First cell is the name
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 54 * Records location updates for all registered location providers, and cell
73 private static final String CELL_PROVIDER_TAG = "cell";
146 // register for cell location updates
250 // stop cell state listener
  /frameworks/rs/driver/
rsdMeshObj.h 33 // An element is a group of Components that occupies one cell in a structure.
  /frameworks/rs/
rsMesh.h 35 // An element is a group of Components that occupies one cell in a structure.
rsObjectBase.h 33 // An element is a group of Components that occupies one cell in a structure.
  /hardware/ti/wlan/wl1271/utils/
GenSM.h 50 /* State/Event cell */
fsm.h 70 /* State\Event cell */
  /packages/apps/CellBroadcastReceiver/tests/res/values/
strings.xml 18 <string name="app_label">Cell Broadcast Tests</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-ar/
strings.xml 19 <string name="app_label" msgid="2102435118079140813">"???????? Cell Broadcasts"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-uk/
strings.xml 19 <string name="app_label" msgid="2102435118079140813">"?????????? ???????? Cell Broadcast"</string>
  /packages/apps/Launcher2/res/values-port/
dimens.xml 54 <!-- Workspace cell size -->
  /external/v8/src/x64/
stub-cache-x64.cc 804 // Generate code to check that a global property cell is empty. Create
805 // the property cell at compilation time if no cell exists for the
812 Handle<JSGlobalPropertyCell> cell = local
814 ASSERT(cell->value()->IsTheHole());
815 __ Move(scratch, cell);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm 327 BookmarkBarFolderButtonCell* cell =
332 [cell setTag:kStandardButtonTypeWithLimitedClickFeedback];
333 return cell;
354 BookmarkButtonCell* cell = [self cellForBookmarkNode:node];
355 DCHECK(cell);
357 // We must decide if we draw the folder arrow before we ask the cell
363 [cell setDrawFolderArrow:YES];
368 CGFloat desired = [cell cellSize].width + 2;
381 [button setCell:cell];
744 int startingIndex = [[parentButton_ cell] startingChildIndex]
    [all...]
bookmark_bar_controller.mm 618 BOOL isMenuItem = [[sender cell] isFolderButtonCell];
636 DCHECK([[sender cell] isKindOfClass:[BookmarkButtonCell class]]);
641 [[sender cell] setStartingChildIndex:displayedButtonCount_];
    [all...]
  /dalvik/vm/compiler/template/armv5te/
footer.S 50 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell ret
62 cmp r2, #0 @ return chaining cell still exists?
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 43 // cell. ConfigureNextUnconfiguredCell only configures one cell at a
  /external/chromium/chrome/browser/resources/options/
password_manager_list.js 35 urlLabel.classList.add('favicon-cell');
169 urlLabel.classList.add('favicon-cell');
  /external/chromium/chrome/browser/resources/
safe_browsing_malware_block.html 16 .cell {
148 <td class="cell" valign="middle" align="center">
safe_browsing_phishing_block.html 16 .cell {
119 <td class="cell" valign="middle" align="center">
ssl_error.html 16 .cell {
103 <td class="cell" valign="middle" align="center">
ssl_roadblock.html 16 .cell {
105 <td class="cell" valign="middle" align="center">
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 123 // Convenience method to return the cell, casted appropriately.
124 - (AutocompleteTextFieldCell*)cell;

Completed in 442 milliseconds

<<11121314151617181920>>