HomeSort by relevance Sort by last modified time
    Searched full:decorated (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/chromium-trace/trace-viewer/src/ui/
container_that_decorates_its_children_test.js 13 span.decorated = false;
27 assertFalse(child.decorated);
28 child.decorated = true;
32 assertTrue(child.decorated);
33 child.decorated = false;
42 assertTrue(container.children[0].decorated);
43 assertTrue(container.children[1].decorated);
44 assertTrue(container.children[2].decorated);
52 assertFalse(c0.decorated);
60 assertFalse(c0.decorated);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac_unittest.mm 109 NSAttributedString* decorated =
115 EXPECT_EQ([decorated length], [string length]);
116 EXPECT_TRUE([[decorated string] isEqualToString:string]);
119 EXPECT_EQ(RunLengthForAttribute(decorated, 0U,
122 EXPECT_TRUE(RunHasColor(decorated, 0U, color_));
125 EXPECT_EQ(RunLengthForAttribute(decorated, 0U,
127 EXPECT_FALSE(RunHasFontTrait(decorated, 0U, NSBoldFontMask));
139 NSAttributedString* decorated =
145 EXPECT_EQ([decorated length], [string length]);
146 EXPECT_TRUE([[decorated string] isEqualToString:string])
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t050decorate.g 8 def decorated(self, *args, **kwargs):
15 return decorated
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac_unittest.mm 136 NSAttributedString* decorated =
142 EXPECT_EQ([decorated length], [string length]);
143 EXPECT_TRUE([[decorated string] isEqualToString:string]);
146 EXPECT_EQ(RunLengthForAttribute(decorated, 0U,
149 EXPECT_TRUE(RunHasColor(decorated, 0U, color_));
152 EXPECT_EQ(RunLengthForAttribute(decorated, 0U, NSFontAttributeName),
154 EXPECT_FALSE(RunHasFontTrait(decorated, 0U, NSBoldFontMask));
166 NSAttributedString* decorated =
172 EXPECT_EQ([decorated length], [string length]);
173 EXPECT_TRUE([[decorated string] isEqualToString:string])
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
menu.css 13 menu:not(.decorated) {
  /external/guava/guava-tests/test/com/google/common/io/
CheckCloseSupplier.java 27 * returns a decorated version of the {@code delegate} supplied in the
31 * <p>The decorated object returned from {@link #wrap} should ideally override
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_item.js 36 * Called when an element is decorated as a list item.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list_item.js 36 * Called when an element is decorated as a list item.
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 37 '''Disables the log with |name| for the duration of the decorated function.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_item.js 36 * Called when an element is decorated as a list item.
  /external/chromium-trace/trace-viewer/src/
ui_test.js 118 get decorated() {
137 get decorated() {
  /external/guava/guava/src/com/google/common/collect/
ForwardingObject.java 27 * being decorated.
63 * the instance being decorated.
  /external/llvm/utils/
test_debuginfo.pl 5 # - Input source program. Usually this source file is decorated using
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.h 70 // been decorated correctly.
78 // class contains a given pref and that its value has been decorated
87 // contain the given prefs and that their values have been decorated
  /external/chromium_org/ui/webui/resources/css/
menu.css 20 menu:not(.decorated) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
CountOutputStream.java 23 /** the decorated output stream */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 56 print '; \'decorated\' names; e.g., _glBegin@0, where the'
63 print '; the decorated names, even though the calling convention'
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
mesa.def 14 ; 'decorated' names; e.g., _glBegin@0, where the
21 ; the decorated names, even though the calling convention
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 56 print '; \'decorated\' names; e.g., _glBegin@0, where the'
63 print '; the decorated names, even though the calling convention'
  /external/mesa3d/src/mesa/drivers/windows/gdi/
mesa.def 14 ; 'decorated' names; e.g., _glBegin@0, where the
21 ; the decorated names, even though the calling convention
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 36 decorated: decorators (classdef | funcdef)
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated

Completed in 616 milliseconds

1 2 3 4 5 6 7