Searched defs:styles (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_unittest.cc19 ListValue* styles) {
24 styles->Append(style);
17 AppendStyle(const std::string& type, int offset, int length, ListValue* styles) argument
H A Dextension_omnibox_api.cc128 ListValue* styles; local
130 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles));
131 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles));
155 ListValue* styles; local
157 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles));
158 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles));
186 // Step 1: Build a vector of styles, 1 per character of description text.
187 std::vector<int> styles; local
188 styles.resize(description.length()); // sets all styles t
[all...]
/external/webkit/Tools/WinCELauncher/
H A Dmain.cpp76 DWORD styles = WS_VISIBLE; local
79 styles |= WS_CAPTION
100 HWND hMainWindow = CreateWindowW(kMainWindowClassName, kMainWindowTitle, styles,
/external/icu4c/test/intltest/
H A Dreptest.cpp34 * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles; member in class:TestReplaceable
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles
[all...]
H A Dtufmtts.cpp216 TimeUnitFormat::EStyle styles[] = {TimeUnitFormat::kFull, TimeUnitFormat::kAbbreviate}; local
266 styleIndex < sizeof(styles)/sizeof(styles[0]);
282 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status);
312 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
/external/quake/quake/src/QW/client/
H A Dbspfile.h185 byte styles[MAXLIGHTMAPS]; member in struct:__anon8871
H A Dgl_model.h153 byte styles[MAXLIGHTMAPS]; member in struct:msurface_s
H A Dmodel.h135 byte styles[MAXLIGHTMAPS]; member in struct:msurface_s
/external/quake/quake/src/WinQuake/
H A Dbspfile.h198 byte styles[MAXLIGHTMAPS]; member in struct:__anon9159
H A Dmodel.h124 byte styles[MAXLIGHTMAPS]; member in struct:msurface_s
H A Dgl_model.h149 byte styles[MAXLIGHTMAPS]; member in struct:msurface_s
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2124 Contains methods for interacting with the styles of Elements in a fashionable way.
2130 Element.Properties.styles = {set: function(styles){
2131 this.setStyles(styles);
2220 setStyles: function(styles){
2221 for (var style in styles) this.setStyle(style, styles[style]);

Completed in 3598 milliseconds