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

<<21222324252627282930>>

  /external/webkit/Source/WebCore/inspector/front-end/
ShortcutsHelp.js 127 tr.createChild("td", "help-key-cell").innerHTML = this._lines[line].key + " : ";
helpScreen.css 125 .help-key-cell {
  /external/webkit/Source/WebCore/platform/
Cursor.h 139 Cell,
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 149 case Cursor::Cell:
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 157 case Cursor::Cell:
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 177 case Cell:
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.h 116 // FIXME: For now we just assume the cell has the same block flow direction as the table. It's likely we'll
RenderThemeSafari.cpp 267 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
273 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
281 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
350 void RenderThemeSafari::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize)
361 if (size != [cell controlSize]) // Only update if we have to, since AppKit does work even if the size is the same.
362 [cell setControlSize:size];
580 // We inflate the rect as needed to account for padding included in the cell to accommodate the button
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssvalues.in 292 table-cell
  /frameworks/base/location/java/android/location/
LocationProvider.java 101 * cellular network (e.g., to make use of cell tower IDs), false
  /frameworks/base/telephony/java/android/telephony/
CdmaCellIdentity.java 23 * CellIdentity is to represent a unique CDMA cell
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 26 * containing an array of these objects to update its list of cell broadcast service categories
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 50 // Service Categories for Cell Broadcast, see 3GPP2 C.R1001 table 9.3.1-1
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbConstants.java 20 * Constants used in SMS Cell Broadcast messages (see 3GPP TS 23.041). This class is used by the
  /frameworks/rs/
rsElement.h 36 // An element is a group of Components that occupies one cell in a structure.
  /frameworks/rs/scriptc/
rs_core.rsh 95 * cell of the allocation.
  /packages/apps/CellBroadcastReceiver/res/values-th/
strings.xml 19 <string name="app_label" msgid="7559008249836700599">"Cell Broadcasts"</string>
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 53 /** The cell broadcast message to display. */
CellBroadcastSettings.java 30 * Settings activity for the cell broadcast receiver.
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 45 private static final String TEST_TEXT = "This is a test CDMA cell broadcast message..."
  /packages/apps/Phone/src/com/android/phone/
Constants.java 117 * where the phone disallows data connections over the cell
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 70 * cell of the allocation.
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp 111 unsigned int colorSizeBytes; //the size of each color cell in the pallete
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 729 public void update(ViewerCell cell) {
730 Object element = cell.getElement();
810 styledString.append(" - cell (row=", QUALIFIER_STYLER);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 592 public void update(ViewerCell cell) {
593 String name = cell.getElement().toString();
596 cell.setText(prop.getAbstract());
598 cell.setText(String.format("%1$s (Unknown)", name));
610 public void update(ViewerCell cell) {
611 String value = mProperties.get(cell.getElement());
612 cell.setText(value != null ? value : "");
    [all...]

Completed in 588 milliseconds

<<21222324252627282930>>