OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
26 - 50
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css
104
-webkit-
appearance
: media-mute-button;
123
-webkit-
appearance
: media-play-button;
139
-webkit-
appearance
: media-controls-background;
152
-webkit-
appearance
: media-current-time-display;
179
-webkit-
appearance
: media-slider;
192
-webkit-
appearance
: media-volume-slider;
235
-webkit-
appearance
: media-seek-back-button;
245
-webkit-
appearance
: media-seek-forward-button;
255
-webkit-
appearance
: media-enter-fullscreen-button;
289
-webkit-
appearance
: media-toggle-closed-captions-button
[
all
...]
html.css
393
-webkit-
appearance
: button;
420
-webkit-
appearance
: textfield;
430
-webkit-
appearance
: searchfield;
446
-webkit-
appearance
: searchfield-cancel-button;
461
-webkit-
appearance
: searchfield-cancel-button;
476
-webkit-
appearance
: searchfield-decoration;
485
-webkit-
appearance
: searchfield-results-decoration;
592
-webkit-
appearance
: menulist-button;
605
-webkit-
appearance
: inner-spin-button;
628
-webkit-
appearance
: -webkit-input-speech-button
[
all
...]
/development/samples/SearchableDictionary/res/xml/
searchable.xml
20
<!-- The attributes below configure the Android search box
appearance
/external/chromium/chrome/browser/resources/ntp4/
recently_closed.css
9
-webkit-
appearance
: none;
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm
14
// Inset the rect to match the
appearance
of the layout of interface builder.
/external/chromium/chrome/common/
security_style.h
9
// Various aspects of the UI change their
appearance
according to the security
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
list.css
65
select):not(.custom-
appearance
):not(.link-button) {
/external/chromium_org/chrome/browser/resources/net_internals/
status_view.css
37
-webkit-
appearance
: none;
/external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.html
18
<button id="flip-photo" class="custom-
appearance
"></button>
/external/chromium_org/chrome/browser/ui/
chrome_style.h
11
// This file contains constants and functions specifying
appearance
properties
/external/chromium_org/chrome/browser/ui/cocoa/
history_overlay_controller.h
37
// Updates the
appearance
of the overlay based on track gesture progress.
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h
11
// similar
appearance
.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm
15
// Inset the rect to match the
appearance
of the layout of interface builder.
/external/chromium_org/content/public/common/
security_style.h
10
// Various aspects of the UI change their
appearance
according to the security
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
dialog.css
36
-webkit-
appearance
: none;
/external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_wrapper.h
25
// Updates the scroll bar
appearance
given a viewport size, content size and
/frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java
93
TextAppearanceSpan[]
appearance
= s2.getSpans(7, 8,
local
95
assertEquals(1,
appearance
.length);
96
assertEquals(7, s2.getSpanStart(
appearance
[0]));
97
assertEquals(8, s2.getSpanEnd(
appearance
[0]));
/frameworks/base/packages/Keyguard/res/values-land/
dimens.xml
36
due to the
appearance
of the IME), then drop the multiuser selector.
/packages/apps/ContactsCommon/res/layout/
select_dialog_item.xml
20
except the text
appearance
is medium.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp
100
ControlPart part = style->
appearance
();
204
// Call the appropriate style adjustment method based off the
appearance
value.
205
switch (style->
appearance
()) {
255
ControlPart part = o->style()->
appearance
();
275
// Call the appropriate paint method based off the
appearance
value.
367
return true; // We don't support the
appearance
, so let the normal background/border paint.
375
// Call the appropriate paint method based off the
appearance
value.
376
switch (o->style()->
appearance
()) {
419
// Call the appropriate paint method based off the
appearance
value.
420
switch (o->style()->
appearance
()) {
[
all
...]
/external/chromium/chrome/browser/ui/views/infobars/
infobar_view.h
54
// Creates a menu button with an infobar-specific
appearance
.
60
// Creates a text button with an infobar-specific
appearance
.
/external/chromium_org/chrome/browser/infobars/
infobar_delegate.h
37
// The type of the infobar. It controls its
appearance
, such as its background
82
// Returns the type of the infobar. The type determines the
appearance
(such
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.css
8
-webkit-
appearance
: none !important; /* Hide the default thumb icon. */
19
-webkit-
appearance
: none;
/external/chromium_org/chrome/installer/util/
html_dialog.h
32
// Callbacks that allow to tweak the
appearance
of the dialog.
39
// to customize the native |window|
appearance
.
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MeterShadowElement.cpp
58
return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->
appearance
()) && HTMLDivElement::rendererIsNeeded(style);
79
return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->
appearance
()) && HTMLDivElement::rendererIsNeeded(style);
Completed in 1328 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>