HomeSort by relevance Sort by last modified time
    Searched full:style (Results 2951 - 2975 of 56132) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 56 * @style: a XSLT process context
63 xsltNewAttrVT(xsltStylesheetPtr style) {
68 xsltTransformError(NULL, style, NULL,
70 if (style != NULL) style->errors++;
78 cur->next = style->attVTs;
83 style->attVTs = (xsltAttrVTPtr) cur;
163 * @style: a XSLT process context
171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) {
179 if ((style == NULL) || (attr == NULL) || (attr->children == NULL)
    [all...]
  /external/chromium_org/tools/grit/grit/testdata/
hover.html 7 <style>
15 </style>
19 <style>
42 </style>
51 // rcmenu.style.left = document.body.scrollLeft + event.clientX - rcmenu.offsetWidth;
53 // rcmenu.style.left = document.body.scrollLeft + event.clientX;
55 // rcmenu.style.top = document.body.scrollTop + event.clientY - rcmenu.offsetHeight;
57 // rcmenu.style.top = document.body.scrollTop + event.clientY;
59 rcmenu.style.visibility = "visible";
60 // rcmenu.style.zindex = 0
    [all...]
  /external/libxslt/libxslt/
attrvt.c 56 * @style: a XSLT process context
63 xsltNewAttrVT(xsltStylesheetPtr style) {
68 xsltTransformError(NULL, style, NULL,
70 if (style != NULL) style->errors++;
78 cur->next = style->attVTs;
83 style->attVTs = (xsltAttrVTPtr) cur;
163 * @style: a XSLT process context
171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) {
179 if ((style == NULL) || (attr == NULL) || (attr->children == NULL)
    [all...]
  /external/skia/gm/
blurrect.cpp 4 * Use of this source code is governed by a BSD-style license that can be
141 SkBlurMask::Style fStyle;
143 BlurRectCompareGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, float radius, SkBlurMask::Style style)
148 , fStyle(style)
160 SkBlurMask::Style style() const { function in class:BlurRectCompareGM
213 SkBlurMask::Style style) :
214 INHERITED(name, rect_width, rect_height, blur_radius, style)
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
CharacterStyleTest.java 17 package android.text.style.cts;
21 import android.text.style.CharacterStyle;
22 import android.text.style.MetricAffectingSpan;
23 import android.text.style.SuperscriptSpan;
  /development/samples/HoneycombGallery/res/layout/
notification.xml 32 style="@android:style/TextAppearance.StatusBar.EventContent.Title"
41 style="@android:style/TextAppearance.StatusBar.EventContent"
  /device/google/accessory/demokit/app/res/layout/
main.xml 9 android:text="@string/input" style="@style/DemoKitTextBase"
16 style="@style/DemoKitTextBase" android:gravity="center"
  /external/chromium/android/jni/
platform_file_jni.h 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/base/
PRESUBMIT.py 3 # Use of this source code is governed by a BSD-style license that can be
bzip2_error_handler.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/base/debug/
stack_trace.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/base/i18n/
icu_util.h 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/base/test/
perf_test_suite.h 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/base/threading/
non_thread_safe_impl.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/build/util/support/
support.gyp 2 # Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/autocomplete/
autocomplete_controller_delegate.h 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/automation/
automation_provider_list_mac.mm 2 // Use of this source code is governed by a BSD-style license that can be
mock_tab_event_observer.cc 2 // Use of this source code is governed by a BSD-style license that can be
ui_controls_internal.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/bookmarks/
bookmark_editor.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/
browser_main_posix.h 2 // Use of this source code is governed by a BSD-style license that can be
browser_process.cc 2 // Use of this source code is governed by a BSD-style license that can be
browser_trial.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/chromeos/
PRESUBMIT.py 2 # Use of this source code is governed by a BSD-style license that can be
browser_main_chromeos.h 2 // Use of this source code is governed by a BSD-style license that can be

Completed in 1577 milliseconds

<<111112113114115116117118119120>>