HomeSort by relevance Sort by last modified time
    Searched refs:appearance (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/chromium_org/chrome/browser/resources/file_manager/css/
media_controls.css 40 -webkit-appearance: none !important; /* Hide the default thumb icon. */
52 -webkit-appearance: none;
185 /* Media controls in order of appearance. */
common.css 14 -webkit-appearance: none;
gallery.css 880 -webkit-appearance: none !important;
887 -webkit-appearance: none;
file_manager.css 665 -webkit-appearance: none;
1298 -webkit-appearance: none;
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.css 161 -webkit-appearance: none;
216 -webkit-appearance: none;
487 /* Control the favicon appearance. */
  /external/chromium_org/chrome/browser/resources/options/
options_page.css 126 -webkit-appearance: slider-horizontal;
344 -webkit-appearance: none;
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 34 RegisterProperty(bluetooth_device::kAppearanceProperty, &appearance);
  /external/chromium_org/third_party/WebKit/Source/core/html/
RangeInputType.cpp 205 ControlPart part = element()->renderer()->style()->appearance();
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 153 * Returns the index of the first appearance of the value {@code target} in
207 * Returns the index of the last appearance of the value {@code target} in
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 729 * @param appearance The appearance flags for the device (optional)
734 Integer appearance, Byte[] manufacturerData) {
755 appearance != null ? appearance : 0, data);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 326 if (style->appearance() == MenulistPart) {
  /external/chromium_org/remoting/webapp/
host_screen.js 252 * Update the text and appearance of the access code timeout element to
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 483 int appearance, byte[] manufacturerData) {
487 minInterval, maxInterval, appearance, manufacturerData);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 316 -webkit-appearance: none;
705 -webkit-appearance: none;
    [all...]
elementsPanel.css 593 -webkit-appearance: none;
timelinePanel.css 163 -webkit-appearance: none;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 378 UINT16 appearance; /* appearance data */ member in struct:__anon3051
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 90 NONE: 0, // Preserve the NTP appearance and functionality
151 * The array of rendered tiles, ordered by appearance.
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1242 -webkit-appearance: none;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1299 -webkit-appearance: none;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 742 /* appearance data */
747 UINT16_TO_STREAM(p, p_data->appearance);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 1315 -webkit-appearance: none;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 125 -webkit-appearance: button;
131 -webkit-appearance: textfield;
135 -webkit-appearance: none;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 372 bool hasAppearance() const { return appearance() != NoControlPart; }
708 ControlPart appearance() const { return static_cast<ControlPart>(rareNonInheritedData->m_appearance); } function in class:WebCore::RenderStyle
    [all...]

Completed in 560 milliseconds

1 23 4