HomeSort by relevance Sort by last modified time
    Searched full:true (Results 751 - 775 of 18103) sorted by null

<<31323334353637383940>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/
position-string-expected.txt 6 PASS successfullyParsed is true
reentrant-success-expected.txt 6 PASS successfullyParsed is true
timeout-clear-watch-expected.txt 6 PASS successfullyParsed is true
  /external/webkit/LayoutTests/platform/android-v8/storage/
statement-error-callback-expected.txt 2 This test confirms that if the statement error callback returns true or throws an exception we do not execute any further statements in that transaction and instead execute the transaction error callback immediately.
  /external/webkit/LayoutTests/storage/
statement-error-callback-expected.txt 2 This test confirms that if the statement error callback returns true or throws an exception we do not execute any further statements in that transaction and instead execute the transaction error callback immediately.
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.h 41 return true;
49 return true;
62 return true;
73 return true;
  /external/webkit/WebCore/dom/
TouchEvent.cpp 38 : MouseRelatedEvent(type, true, true, view, 0, screenX, screenY, pageX, pageY,
54 initUIEvent(type, true, true, view, 0);
  /external/webkit/WebCore/html/canvas/
CanvasPattern.cpp 38 repeatX = true;
39 repeatY = true;
48 repeatX = true;
54 repeatY = true;
  /external/webkit/WebCore/manual-tests/
caret-image.html 7 <div id="test" contenteditable="true">free<img src="resources/webkit-background.png">lunch</div>
liveconnect-applet-get-boolean.html 4 This tests retrieving a boolean value from a Java class using javascript. It tests the return value. The return value should be true.<br>
  /external/webkit/WebCore/manual-tests/wml/
select-onpick-event-crash.wml 5 <select name="result" dmultiple="true">
  /external/webkit/WebCore/platform/graphics/android/
SkBitmapRef.h 51 // return true if this is not the first access
52 // mark it true so all subsequent calls return true
54 fAccessed = true; return result; }
  /external/webkit/WebCore/platform/network/android/
ResourceRequest.h 39 : ResourceRequestBase(KURL(ParsedURLString, url), UseProtocolCachePolicy), m_userGesture(true) { }
41 ResourceRequest(const KURL& url) : ResourceRequestBase(url, UseProtocolCachePolicy) , m_userGesture(true) { }
44 : ResourceRequestBase(url, policy) , m_userGesture(true)
49 ResourceRequest() : ResourceRequestBase(KURL(), UseProtocolCachePolicy), m_userGesture(true) { }
  /external/webkit/WebCore/svg/
LinearGradientAttributes.h 46 void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; }
47 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; }
48 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; }
49 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
SVGListTraits.h 30 template<typename Item> struct UsesDefaultInitializer { static const bool value = true; };
38 struct SVGListTraits<true, ItemPtr*> {
44 struct SVGListTraits<true, RefPtr<ItemPtr> > {
50 struct SVGListTraits<true, Item> {
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
WorkQueueItemGtk.cpp 56 return true;
62 return true;
71 return true;
86 return true;
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlvalues.in 27 true
  /frameworks/base/awt/java/awt/
HeadlessGraphicsEnvironment.java 38 * @return true, if HeadlessException will be thrown from areas of the
44 return true;
52 * if isHeadless() returns true.
65 * if isHeadless() returns true.
  /frameworks/base/awt/javax/imageio/plugins/bmp/
BMPImageWriteParam.java 53 canWriteCompressed = true;
61 * Sets true if the data will be written in a top-down order, false
72 * Returns true if the data is written in top-down order, false otherwise.
74 * @return true if the data is written in top-down order, false otherwise.
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
ShutdownWatchdog.java 28 private boolean nativeQueueEmpty = true;
29 private boolean awtQueueEmpty = true;
30 private boolean windowListEmpty = true;
52 forcedShutdown = true;
  /frameworks/base/cmds/bootanimation/
Android.mk 9 ifeq ($(TARGET_SIMULATOR),true)
  /frameworks/base/core/res/res/color/
secondary_text_dark.xml 20 <item android:state_selected="true" android:state_enabled="false" android:color="@android:color/dim_foreground_dark_inverse_disabled"/>
21 <item android:state_pressed="true" android:state_enabled="false" android:color="@android:color/dim_foreground_dark_inverse_disabled"/>
22 <item android:state_selected="true" android:color="@android:color/dim_foreground_dark_inverse"/>
23 <item android:state_pressed="true" android:color="@android:color/dim_foreground_dark_inverse"/>
secondary_text_light.xml 21 <item android:state_pressed="true" android:state_enabled="false" android:color="@android:color/dim_foreground_light_disabled"/>
22 <item android:state_selected="true" android:state_enabled="false" android:color="@android:color/dim_foreground_light_disabled"/>
23 <item android:state_pressed="true" android:color="@android:color/dim_foreground_light"/>
24 <item android:state_selected="true" android:color="@android:color/dim_foreground_light"/>
  /frameworks/base/core/res/res/layout/
time_picker.xml 33 android:focusable="true"
34 android:focusableInTouchMode="true"
43 android:focusable="true"
44 android:focusableInTouchMode="true"
  /frameworks/base/libs/ui/
Android.mk 31 ifeq ($(TARGET_SIMULATOR),true)

Completed in 838 milliseconds

<<31323334353637383940>>