OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decorations
(Results
1 - 16
of
16
) sorted by null
/dalvik/docs/
prettify.js
541
* function that takes source code and returns a list of
decorations
.
564
var
decorations
= [opt_basePos, PR_PLAIN];
variable
601
decorations
.push(opt_basePos + pos, style);
606
return
decorations
;
630
var
decorations
= PR_MARKUP_LEXER(source);
631
for (var i = 0; i <
decorations
.length; i += 2) {
632
if (
decorations
[i + 1] === PR_SOURCE) {
634
start =
decorations
[i];
635
end = i + 2 <
decorations
.length ?
decorations
[i + 2] : source.length
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc
43
unsigned long
decorations
;
member in struct:__anon17886::__anon17887
49
// pay attention to the value in |
decorations
|.
80
motif_hints.
decorations
= use_os_border ? 1 : 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp
323
// Spec: All text
decorations
except line-through should be drawn before the text is filled and stroked; thus, the text is rendered on top of these
decorations
.
324
unsigned
decorations
= style->textDecorationsInEffect();
local
325
if (
decorations
& TextDecorationUnderline)
327
if (
decorations
& TextDecorationOverline)
356
if (
decorations
& TextDecorationLineThrough)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp
[
all
...]
RenderObject.h
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
754
*
decorations
to out.
756
* whose
decorations
are already present on out.
765
out.push.apply(out, job.
decorations
);
812
* function that takes source code and returns a list of
decorations
.
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js
754
*
decorations
to out.
756
* whose
decorations
are already present on out.
765
out.push.apply(out, job.
decorations
);
812
* function that takes source code and returns a list of
decorations
.
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
1095
Vector<CompositionUnderline>
decorations
;
local
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c
843
unsigned long
decorations
;
member in struct:__anon27906
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 1619 milliseconds