HomeSort by relevance Sort by last modified time
    Searched refs:Normal (Results 1 - 25 of 49) sorted by null

1 2

  /external/webkit/JavaScriptCore/runtime/
Completion.h 34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted };
42 Completion(ComplType type = Normal, JSValue value = JSValue())
Completion.cpp 46 return Completion(Normal);
69 return Completion(Normal, result);
  /external/webkit/WebCore/rendering/style/
ShadowData.h 33 enum ShadowStyle { Normal, Inset };
43 , style(Normal)
  /external/webkit/WebCore/websockets/
WebSocketHandshake.h 48 Incomplete, Normal, Failed, Connected
WebSocketHandshake.cpp 221 m_mode = Normal;
247 if (m_mode == Normal) {
291 case Normal:
435 case Normal:
459 ASSERT(m_mode == Normal);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PatternUnlockScreen.java 128 Normal,
135 case Normal:
245 // assume normal footer mode for now
246 updateFooter(FooterMode.Normal);
472 updateFooter(FooterMode.Normal);
571 updateFooter(FooterMode.Normal);
LockScreen.java 56 private Status mStatus = Status.Normal;
101 * Normal case (sim card present, it's not locked)
103 Normal(true),
493 return Status.Normal;
510 case Normal:
  /external/webkit/WebCore/bindings/js/
WorkerScriptController.cpp 126 if (comp.complType() == Normal || comp.complType() == ReturnValue)
JSInjectedScriptHostCustom.cpp 85 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue)
ScriptController.cpp 138 if (comp.complType() == Normal || comp.complType() == ReturnValue) {
155 // An DOMWrapperWorld other than the thread's normal world.
386 // FIXME: is normal okay? - used for NP plugins?
  /external/webkit/WebCore/platform/graphics/qt/
FontPlatformData.h 103 return QFont::Normal; // QFont::Normal == Weight of 50
  /external/v8/test/mjsunit/
debug-script.js 47 } else if (scripts[i].type == Debug.ScriptType.Normal) {
60 // a normal script during startup too.
85 // Test a normal script.
88 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
mirror-object.js 119 // If property type is normal property type is not serialized.
120 if (properties[i].propertyType() != debug.PropertyType.Normal) {
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.h 118 enum ExecutionFlag { Normal, InitializeAndReturn };
  /external/webkit/WebKitTools/DumpRenderTree/qt/
main.cpp 127 f.setWeight(QFont::Normal);
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js 191 for (; i > -1; i--) CurN[i] = VMulti2(MQube, Q.Normal[i]);
304 Q.Normal = new Array();
305 for (var i = 0; i < Q.Edge.length; i++) Q.Normal[i] = CalcNormal(Q[Q.Edge[i][0]].V, Q[Q.Edge[i][1]].V, Q[Q.Edge[i][2]].V);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 191 for (; i > -1; i--) CurN[i] = VMulti2(MQube, Q.Normal[i]);
304 Q.Normal = new Array();
305 for (var i = 0; i < Q.Edge.length; i++) Q.Normal[i] = CalcNormal(Q[Q.Edge[i][0]].V, Q[Q.Edge[i][1]].V, Q[Q.Edge[i][2]].V);
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 157 new FontData[] { new FontData("Arial", 8, SWT.NORMAL) }); // $NON-NLS-1$
161 new FontData[] { new FontData("Courier New", 10, SWT.NORMAL) }); // $NON-NLS-1$
845 Normal, Marking, Scaling, Animating
    [all...]
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 237 context->fillRect(rect, QApplication::palette().color(QPalette::Normal, QPalette::Window), DeviceColorSpace);
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 62 Normal Deathmatch. Friend fraggin' action!
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 130 double fromVal = from == Normal ? 1 : 0;
131 double toVal = to == Normal ? 1 : 0;
133 return result > 0 ? Normal : Inset;
334 ShadowData defaultShadowData(0, 0, 0, 0, Normal, Color::transparent);
    [all...]
  /external/webkit/WebCore/rendering/
RenderFieldset.cpp 136 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Normal);
149 // around the legend and paint the border as normal
  /external/webkit/WebCore/css/
SVGCSSStyleSelector.cpp 553 ShadowData* shadowData = new ShadowData(x, y, blur, 0, Normal, color.isValid() ? color : Color::transparent);
  /external/webkit/WebCore/bridge/
NP_jsobject.cpp 217 if (type == Normal) {
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 422 QLineEdit::Normal, "a", &ok);

Completed in 643 milliseconds

1 2