/external/chromium/chrome/browser/extensions/ |
D | extension_omnibox_api.cc | 128 ListValue* styles; in RunImpl() local 130 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles)); in RunImpl() 131 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles)); in RunImpl() 155 ListValue* styles; in RunImpl() local 157 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles)); in RunImpl() 158 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles)); in RunImpl() 187 std::vector<int> styles; in ReadStylesFromValue() local 188 styles.resize(description.length()); // sets all styles to 0 in ReadStylesFromValue() 215 j < offset + length && j < static_cast<int>(styles.size()); ++j) in ReadStylesFromValue() 216 styles[j] |= type_class; in ReadStylesFromValue() [all …]
|
D | extension_omnibox_unittest.cc | 19 ListValue* styles) { in AppendStyle() argument 24 styles->Append(style); in AppendStyle()
|
/external/icu4c/test/intltest/ |
D | reptest.cpp | 41 UnicodeString styles; member in TestReplaceable 69 this->styles = s; in TestReplaceable() 73 return new TestReplaceable(chars, styles); in clone() 79 return styles; in getStyles() 85 s.append(styles); in toString() 123 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles() 124 newStyle = styles.charAt(start); in fixStyles() 126 newStyle = styles.charAt(start-1); in fixStyles() 127 } else if (limit < styles.length()) { in fixStyles() 128 newStyle = styles.charAt(limit); in fixStyles() [all …]
|
D | tufmtts.cpp | 216 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreek() local 266 styleIndex < sizeof(styles)/sizeof(styles[0]); in testGreek() 282 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreek() 312 …pected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " un… in testGreek()
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 35 def __init__(self, styles=None, keymap=None): 36 if styles is None: 37 styles = Styles() 38 basic = styles.add('normal', tabsize=3, fontSize=12, fontFamily="Courier") 39 styles.add('error', parent=basic, foreground=colors.red) 40 styles.add('output', parent=basic, foreground=colors.blue) 41 styles.add('input', parent=basic, foreground=colors.black) 42 styles.add('prompt', parent=basic, foreground=colors.purple) 43 self.styles = styles 60 self.document = swing.text.DefaultStyledDocument(self.styles) [all …]
|
/external/libvpx/examples/includes/geshi/ |
D | geshi.php | 1487 function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { argument 1498 $this->language_data['STYLES']['KEYWORDS'][$key] = $styles; 1625 function set_link_styles($type, $styles) { argument 1626 $this->link_styles[$type] = $styles; 1649 function set_important_styles($styles) { argument 1650 $this->important_styles = $styles; 1718 function set_highlight_lines_extra_style($styles) { argument 1719 $this->highlight_extra_lines_style = $styles; 4313 foreach ($this->language_data['STYLES']['KEYWORDS'] as $group => $styles) { 4314 if ($styles != '' && (!$economy_mode || [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | BitmapCharacterSet.java | 60 int[] styles = new int[characters.size()]; in write() local 64 styles[index] = style; in write() 69 oc.write(styles, "styles", null); in write() 96 int[] styles = ic.readIntArray("styles", null); in read() local 98 for (int style : styles) { in read()
|
/external/webkit/Tools/WinCELauncher/ |
D | main.cpp | 76 DWORD styles = WS_VISIBLE; in _tWinMain() local 79 styles |= WS_CAPTION in _tWinMain() 100 HWND hMainWindow = CreateWindowW(kMainWindowClassName, kMainWindowTitle, styles, in _tWinMain()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 94 String styles; in createTooltipControl_Browser() local 96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"), in createTooltipControl_Browser() 98 if (styles == null) { in createTooltipControl_Browser() 99 styles = ""; in createTooltipControl_Browser() 102 styles = ""; in createTooltipControl_Browser() 120 styles, in createTooltipControl_Browser()
|
/external/quake/quake/src/WinQuake/ |
D | d_surf.cpp | 272 r_drawsurf.lightadj[0] = d_lightstylevalue[surface->styles[0]]; in D_CacheSurface() 273 r_drawsurf.lightadj[1] = d_lightstylevalue[surface->styles[1]]; in D_CacheSurface() 274 r_drawsurf.lightadj[2] = d_lightstylevalue[surface->styles[2]]; in D_CacheSurface() 275 r_drawsurf.lightadj[3] = d_lightstylevalue[surface->styles[3]]; in D_CacheSurface()
|
D | r_light.cpp | 219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in RecursiveLightPoint() 222 scale = d_lightstylevalue[surf->styles[maps]]; in RecursiveLightPoint()
|
/external/quake/quake/src/QW/client/ |
D | d_surf.c | 275 r_drawsurf.lightadj[0] = d_lightstylevalue[surface->styles[0]]; in D_CacheSurface() 276 r_drawsurf.lightadj[1] = d_lightstylevalue[surface->styles[1]]; in D_CacheSurface() 277 r_drawsurf.lightadj[2] = d_lightstylevalue[surface->styles[2]]; in D_CacheSurface() 278 r_drawsurf.lightadj[3] = d_lightstylevalue[surface->styles[3]]; in D_CacheSurface()
|
D | r_light.c | 219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in RecursiveLightPoint() 222 scale = d_lightstylevalue[surf->styles[maps]]; in RecursiveLightPoint()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | update_webgl_conformance_tests_unittest.py | 70 styles = { 87 for input, output in styles.items():
|
/external/chromium/chrome/browser/resources/options/ |
D | cookies_view.css | 7 /* styles for the cookies list elements in cookies_view.html */ 75 /* styles for the site (aka origin) and its summary */ 99 /* styles for the individual items (cookies, etc.) */ 153 /* styles for the cookie details box */
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 282 …he advanced features of GeSHi - strict mode, using CSS classes, changing styles on the fly, disabl… 292 But if you don't like <pre> or it looks stupid in your browser no matter what styles you try to app… 298 … block around the highlighted source even if this wasn't necessary, thus styles that are applied t… 312 The default styles for the <pre> and <div> will be different, especially if you use line numbers!. … 339 …styles inheriting from styles meant for the code. Also, this solves an important issue about selec… 351 …ult, the styles you pass overwrite the current styles. Add a boolean "true" after the styles you s… 360 When you set line number styles, the code will inherit those styles! This is the main issue to come… 366 …3. Use set_code_style() to explicitly override the styles you set for line numbers using set_line_… 384 Using CSS to highlight your code instead of in-lining the styles is a definate bonus. Not only is i… 394 …source will use CSS classes in the output, otherwise it will in-line the styles. The advantages of… [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ElementsPanel.js | 78 this.sidebarPanes.styles = new WebInspector.StylesSidebarPane(this.sidebarPanes.computedStyle); 85 this.sidebarPanes.styles.onexpand = this.updateStyles.bind(this); 90 this.sidebarPanes.styles.expanded = true; 92 this.sidebarPanes.styles.addEventListener("style edited", this._stylesPaneEdited, this); 93 … this.sidebarPanes.styles.addEventListener("style property toggled", this._stylesPaneEdited, this); 430 if (!this.sidebarPanes.styles.isModifyingStyle && event.data === this.focusedDOMNode) 523 this.sidebarPanes.styles.needsUpdate = true; 1003 var stylesSidebarPane = this.sidebarPanes.styles; 1058 this.sidebarPanes.styles.registerShortcuts();
|
D | StylesSidebarPane.js | 153 function stylesCallback(styles) argument 155 if (styles) 156 this._rebuildUpdate(node, styles); 184 _rebuildUpdate: function(node, styles) argument 189 var styleRules = this._rebuildStyleRules(node, styles); 198 for (var i = 0; i < styles.pseudoElements.length; ++i) { 199 var pseudoElementCSSRules = styles.pseudoElements[i]; 235 _rebuildStyleRules: function(node, styles) argument 237 var nodeComputedStyle = styles.computedStyle; 245 for (var name in styles.styleAttributes) { [all …]
|
D | inspector.css | 4223 .styles-sidebar-separator { 4236 .styles-selector { 4260 .styles-section { 4269 .styles-section:not(.first-styles-section) { 4273 .styles-section.read-only { 4277 .styles-section .properties li.not-parsed-ok { 4281 .styles-section .properties li.not-parsed-ok::before { 4294 .styles-section .header { 4300 .styles-section .header .title { 4305 .styles-section .header .subtitle { [all …]
|
D | AuditRules.js | 660 function imageStylesReady(imageId, lastCall, styles) argument 675 const computedStyle = styles.computedStyle; 682 var widthFound = "width" in styles.styleAttributes; 683 var heightFound = "height" in styles.styleAttributes; 685 var inlineStyle = styles.inlineStyle; 693 … for (var i = styles.matchedCSSRules.length - 1; i >= 0 && !(widthFound && heightFound); --i) { 694 var style = styles.matchedCSSRules[i].style;
|
/external/bzip2/ |
D | bzip.css | 31 /* release styles */ 36 /* ------ styles for docs|manuals|howto ------ */
|
/external/webkit/Source/WebCore/css/ |
D | themeChromiumSkia.css | 31 /* These styles override other user-agent styles for Chromium using Skia. */
|
D | themeChromiumLinux.css | 31 /* These styles override other user-agent styles for Chromium on Linux. */
|
/external/llvm/test/YAMLParser/ |
D | spec-08-10.data | 3 block styles:
|
/external/chromium/chrome/common/extensions/docs/css/ |
D | print.css | 1 /* Chrome extensions developer guide - styles for printing */
|