HomeSort by relevance Sort by last modified time
    Searched refs:Styles (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
clonenodes.js 87 Styles: ['clone', 'append'],
94 CloneNodes.prototype.Styles.forEach(function(style) {
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 304 echo '<br />Styles:
307 <tr><th>Default Styles</th><td><input type="text" name="default-styles" value="font-weight:normal;background:transparent;color:#000; padding-left: 5px;" /></td></tr>
330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
362 $default_styles = get_var('default-styles');
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 40 * @param {Object} params URL parameters containing styles for the link.
47 var styles = getMostVisitedStyles(params, !!text);
49 link.style.color = styles.color;
50 link.style.fontSize = styles.fontSize + 'px';
51 if (styles.fontFamily)
52 link.style.fontFamily = styles.fontFamily;
72 * Decodes most visited styles from URL parameters.
78 * @return {Object} Styles suitable for CSS interpolation.
81 var styles = {
89 styles.color = convertArrayToRGBAColor(themeInfo.textColorRgba) |
    [all...]
  /external/clang/lib/Format/
Format.cpp 73 ArrayRef<StringRef> Styles(StylesArray);
74 for (size_t i = 0, e = Styles.size(); i < e; ++i) {
75 StringRef StyleName(Styles[i]);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js 183 // Set all the styles
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 804 Using Big View Styles
    [all...]

Completed in 873 milliseconds