HomeSort by relevance Sort by last modified time
    Searched refs:NORMAL (Results 51 - 75 of 473) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/controls/menu/
menu.cc 115 AddMenuItem(index, item_id, label, Menu::NORMAL);
123 AddMenuItem(index, item_id, base::string16(), Menu::NORMAL);
140 AddMenuItemInternal(index, item_id, label, icon, Menu::NORMAL);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
MockAbstractPreferences.java 28 static final int NORMAL = 0;
36 int result = NORMAL;
100 case NORMAL:
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 17 * functionality that changes the normal behaviour of MathJax contributed by
297 AA: ['00C5', {mathvariant: MML.VARIANT.NORMAL}],
298 alef: ['2135', {mathvariant: MML.VARIANT.NORMAL}],
299 alefsym: ['2135', {mathvariant: MML.VARIANT.NORMAL}],
300 weierp: ['2118', {mathvariant: MML.VARIANT.NORMAL}],
301 real: ['211C', {mathvariant: MML.VARIANT.NORMAL}],
302 part: ['2202', {mathvariant: MML.VARIANT.NORMAL}],
303 infin: ['221E', {mathvariant: MML.VARIANT.NORMAL}],
304 empty: ['2205', {mathvariant: MML.VARIANT.NORMAL}],
305 O: ['2205', {mathvariant: MML.VARIANT.NORMAL}],
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokens.py 25 NORMAL = 'normal'
  /external/chromium_org/chrome/browser/
icon_loader.h 39 NORMAL, // 32x32
icon_loader_win.cc 45 case IconLoader::NORMAL:
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 25 NORMAL = 0,
89 // If the selected line has both a normal match and a keyword match, this can
132 // If the selected line has both a normal match and a keyword match, this
133 // determines whether the normal match (if NORMAL) or the keyword match
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 33 NORMAL,
  /external/chromium_org/content/browser/
histogram_internals_request_job.cc 36 net::UnescapeRule::NORMAL);
  /external/chromium_org/net/base/
escape.h 69 // Don't unescape anything special, but all normal unescaping will happen.
71 // just the absence of them). All other unescape rules imply "normal" in
74 NORMAL = 1,
91 // data. You should not use this for normal URLs!
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokens.py 25 NORMAL = 'normal'
  /external/chromium_org/v8/src/
property.cc 38 case NORMAL:
39 PrintF(out, " -type = normal\n");
property.h 143 case NORMAL:
234 return IsTransition() || type() != NORMAL;
255 ASSERT(!(details_.type() == NORMAL && !IsFound()));
256 return IsDescriptorOrDictionary() && type() == NORMAL;
295 case NORMAL:
330 case NORMAL: {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 24 * "Normal" category, used for properties that should be displayed without any effect.
26 public static final PropertyCategory NORMAL = new PropertyCategory(0, "NORMAL");
  /external/lldb/scripts/Python/
modify-python-lldb.py 303 NORMAL = 0
311 # Our FSM begins its life in the NORMAL state, and transitions to the
321 # The state CLEANUP_DOCSTRING can be entered from either the NORMAL or the
328 state = NORMAL
331 # to enter this state from either NORMAL or DEFINING_ITERATOR/EQUALITY.
344 if state == NORMAL:
394 # Next state will be NORMAL.
395 state = NORMAL
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 121 public static final String NORMAL = "normal";
  /frameworks/base/core/java/android/webkit/
WebSettings.java 37 * <li>NORMAL means no rendering changes. This is the recommended choice for maximum
52 NORMAL,
71 * <li>NORMAL is 100%</li>
81 NORMAL(100),
125 * Normal cache usage mode. Use with {@link #setCacheMode}.
154 NORMAL,
522 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
554 return closestSize != null ? closestSize : TextSize.NORMAL;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 29 * lighter weight than a normal thread. Huge numbers of tasks and
201 * DONE_MASK) holds value NORMAL, CANCELLED, or EXCEPTIONAL. Tasks
221 static final int NORMAL = 0xf0000000; // must be negative
222 static final int CANCELLED = 0xc0000000; // must be < NORMAL
231 * @param completion one of NORMAL, CANCELLED, EXCEPTIONAL
262 s = setCompletion(NORMAL);
679 if ((s = doJoin() & DONE_MASK) != NORMAL)
694 if ((s = doInvoke() & DONE_MASK) != NORMAL)
719 if ((s1 = t1.doInvoke() & DONE_MASK) != NORMAL)
721 if ((s2 = t2.doJoin() & DONE_MASK) != NORMAL)
    [all...]
  /external/chromium_org/ash/system/
tray_accessibility.cc 164 spoken_feedback_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
173 large_cursor_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
181 high_contrast_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
187 screen_magnifier_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
196 autoclick_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
204 virtual_keyboard_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
  /external/chromium_org/ash/system/chromeos/audio/
audio_detailed_view.cc 140 gfx::Font::NORMAL,
153 gfx::Font::NORMAL,
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 64 link_style.font_style = gfx::Font::NORMAL;
88 link_style.font_style = gfx::Font::NORMAL;
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.cc 58 // We default to NORMAL if we don't recognize the size_string. Including
59 // size_string=="normal".
60 return IconLoader::NORMAL;
70 *icon_size = IconLoader::NORMAL;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 33 NORMAL = 0,
72 case NORMAL:
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 90 NORMAL = 308,
198 #define NORMAL 308
  /external/libvpx/libvpx/vp8/common/
onyx.h 33 NORMAL = 0,
72 case NORMAL:

Completed in 1521 milliseconds

1 23 4 5 6 7 8 91011>>