OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
51 - 75
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/tools/skpdiff/
viewer_style.css
28
-webkit-
appearance
: none;
29
-moz-
appearance
: none;
/external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h
64
// Allows to tweak
appearance
of the view.
/external/chromium/chrome/browser/resources/shared/css/
menu.css
26
-webkit-
appearance
: none;
/external/chromium/net/base/
data_url.h
24
// parameters.) The
appearance
of ";base64" means that the data is encoded as
/external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.html
24
<button id="flip-photo" class="custom-
appearance
"
oobe.css
37
button.custom-
appearance
:not(.button-restricted):not(.button-fancy) {
45
button.custom-
appearance
:focus:focus {
49
button:not(.custom-
appearance
) {
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.html
51
<button class="raw-button custom-
appearance
row-delete-button">
/external/chromium_org/chrome/browser/resources/
set_as_default_browser.html
29
<button id="launch-button" class="custom-
appearance
"
/external/chromium_org/chrome/browser/ui/views/
conflicting_module_view_win.h
41
// single-
appearance
bubble.
/external/chromium_org/chrome/browser/web_resource/
promo_resource_service.h
26
// dynamically change the
appearance
of the New Tab Page. For example, it has
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
select.css
9
-webkit-
appearance
: button;
/external/chromium_org/net/base/
data_url.h
23
// parameters.) The
appearance
of ";base64" means that the data is encoded as
/external/chromium_org/third_party/WebKit/Source/core/css/
themeChromiumAndroid.css
36
-webkit-
appearance
: menulist;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h
45
// It only cares about the styles if
appearance
is set,
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMock.h
33
// Scrollbar theme used in image snapshots, to eliminate
appearance
differences between platforms.
/external/chromium_org/third_party/WebKit/public/web/mac/
WebScrollbarTheme.h
40
// Updates the scrollbar
appearance
and behavior.
/external/chromium_org/ui/webui/resources/css/
trash.css
6
-webkit-
appearance
: none;
/external/jmonkeyengine/engine/src/core/com/jme3/material/
package.html
28
appearance
and the way its handled.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieBox.java
44
* @return the tracknumbers (IDs) of the tracks in their order of
appearance
in the file
/frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java
31
* carriage return characters (\r) to have no
appearance
.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm
508
if (style->
appearance
() == TextFieldPart || style->
appearance
() == TextAreaPart || style->
appearance
() == ListboxPart)
515
if (style->
appearance
() == MenulistPart && style->effectiveZoom() != 1.0f)
518
if (style->
appearance
() == SearchFieldPart && style->effectiveZoom() != 1)
528
ControlPart part = o->style()->
appearance
();
648
if (o->style()->
appearance
() == CheckboxPart)
[
all
...]
/frameworks/base/core/java/android/widget/
Switch.java
167
int
appearance
= a.getResourceId(
local
169
if (
appearance
!= 0) {
170
setSwitchTextAppearance(context,
appearance
);
190
TypedArray
appearance
=
local
197
colors =
appearance
.getColorStateList(com.android.internal.R.styleable.
206
ts =
appearance
.getDimensionPixelSize(com.android.internal.R.styleable.
217
typefaceIndex =
appearance
.getInt(com.android.internal.R.styleable.
219
styleIndex =
appearance
.getInt(com.android.internal.R.styleable.
224
boolean allCaps =
appearance
.getBoolean(com.android.internal.R.styleable.
233
appearance
.recycle()
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
213
TypedArray
appearance
= null;
local
216
appearance
= context.obtainStyledAttributes(ap,
220
if (
appearance
!= null) {
221
int n =
appearance
.getIndexCount();
223
int attr =
appearance
.getIndex(i);
227
textColor =
appearance
.getColorStateList(attr);
231
textSize =
appearance
.getDimensionPixelSize(attr, textSize);
235
typefaceIndex =
appearance
.getInt(attr, -1);
239
styleIndex =
appearance
.getInt(attr, -1);
244
appearance
.recycle()
[
all
...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
menu_button.js
40
// Adding the 'custom-
appearance
' class prevents widgets.css from changing
41
// the
appearance
of this element.
42
this.classList.add('custom-
appearance
');
menu_item.js
39
// Adding the 'custom-
appearance
' class prevents widgets.css from changing
40
// the
appearance
of this element.
41
this.classList.add('custom-
appearance
');
Completed in 755 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>