HomeSort by relevance Sort by last modified time
    Searched refs:transparent (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.css 41 -webkit-tap-highlight-color: transparent;
66 -webkit-tap-highlight-color: transparent;
opentabs_tablet.css 43 -webkit-tap-highlight-color: transparent;
  /external/chromium_org/remoting/webapp/
toolbar.css 70 border-left: 5px solid transparent;
71 border-right: 5px solid transparent;
  /external/chromium_org/ui/views/test/
test_views_delegate.h 28 void SetUseTransparentWindows(bool transparent);
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 39 virtual void setHasTransparentBackground(bool transparent);
  /external/chromium_org/chrome/browser/resources/file_manager/css/
audio_player.css 382 border-bottom: 0 solid transparent;
383 border-left: 5px solid transparent;
384 border-right: 0 solid transparent;
385 border-top: 0 solid transparent;
401 background-color: transparent;
402 border-left: 5px solid transparent;
403 border-right: 0 solid transparent;
  /external/chromium_org/chrome/browser/resources/options/
language_options.css 113 border-bottom-color: transparent;
115 border-top-color: transparent;
131 background-color: transparent !important;
password_manager_list.css 24 background: transparent;
options_page.css 90 background-color: transparent;
121 .transparent {
238 border-top: 1px solid transparent;
243 border-bottom: 1px solid transparent;
260 background-color: transparent;
261 border-color: transparent;
277 background-color: transparent;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sidebarPane.css 99 color: transparent;
136 color: transparent;
137 background-color: transparent;
revisionHistory.css 89 color: transparent;
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 35 background: transparent;
  /external/chromium_org/cc/trees/
layer_tree_impl.h 126 void set_has_transparent_background(bool transparent) {
127 has_transparent_background_ = transparent;
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 36 background-color: transparent !important;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.cpp 137 WebCore::blend(m_color, Color(Color::transparent), progress),
143 Color fromColor = fromOp ? fromOp->color() : Color(Color::transparent);
  /external/chromium_org/ui/webui/resources/css/
menu.css 34 background: transparent;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 43 background: transparent none;
105 border: 1px solid transparent;
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 55 '-45deg, transparent, transparent 35px,' +
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 163 bool* transparent,
168 *transparent = false;
207 *transparent = delegate_->instance()->transparent();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStopElement.cpp 117 return Color(Color::transparent); // Transparent black.
  /frameworks/native/include/gui/
SurfaceControl.h 66 status_t setTransparentRegionHint(const Region& transparent);
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateLayout.java 36 // The transparent background here is a workaround of the render issue
40 setBackgroundResource(android.R.color.transparent);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateLayout.java 33 // The transparent background here is a workaround of the render issue
37 setBackgroundResource(android.R.color.transparent);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 50 private static final int TRANSPARENT = 0x0B;
100 private int transparent = INVALID_VALUE_PARAMETER; field in class:BluetoothMapAppParams
233 case TRANSPARENT:
235 Log.w(TAG, "TRANSPARENT: Wrong length received: " + tagLength + " expected: "
443 appParamBuf.put((byte) TRANSPARENT);
640 return transparent;
643 public void setTransparent(int transparent) throws IllegalArgumentException {
644 if (transparent < 0 || transparent > 0x0001)
646 this.transparent = transparent
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css 15 -webkit-tap-highlight-color: transparent;
80 background-color: transparent;
207 background: transparent;
233 background: transparent none;
373 background-color: transparent;

Completed in 305 milliseconds

12 3 4 5 6 7 8 910