HomeSort by relevance Sort by last modified time
    Searched defs:setLocation (Results 1 - 25 of 43) sorted by null

1 2

  /external/webkit/WebCore/bindings/js/
JSHTMLFrameElementCustom.cpp 65 void JSHTMLFrameElement::setLocation(ExecState* exec, JSValue value)
73 imp->setLocation(locationValue);
JSDocumentCustom.cpp 76 void JSDocument::setLocation(ExecState* exec, JSValue value)
JSDOMWindowCustom.cpp 486 void JSDOMWindow::setLocation(ExecState* exec, JSValue value)
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
Label.h 49 void setLocation(unsigned location)
  /sdk/ddms/app/src/com/android/ddms/
DropdownSelectionListener.java 72 mMenu.setLocation(pt.x, pt.y + rect.height);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
LocationPoint.java 28 final void setLocation(double longitude, double latitude) {
KmlParser.java 144 locationNode.setLocation(longitude, latitude);
GpxParser.java 239 locationNode.setLocation(longitude, latitude);
  /external/webkit/WebKit/android/jni/
WebCoreViewBridge.h 66 void setLocation(int x, int y)
  /external/webkit/WebCore/html/
HTMLFrameElementBase.cpp 115 setLocation(deprecatedParseURL(attr->value()));
210 void HTMLFrameElementBase::setLocation(const String& str)
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 209 frame.setLocation((screenSize.width - frameSize.width) / 2,
  /external/webkit/WebCore/platform/graphics/
FloatRect.h 84 void setLocation(const FloatPoint& location) { m_location = location; }
IntRect.h 83 void setLocation(const IntPoint& location) { m_location = location; }
  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.cpp 566 void V8DOMWindowShell::setLocation(DOMWindow* window, const String& relativeURL)
  /packages/apps/Camera/src/com/android/camera/ui/
RotatePane.java 103 case DOWN: event.setLocation(width - x, height - y); break;
104 case LEFT: event.setLocation(height - y, x); break;
105 case RIGHT: event.setLocation(y, width - x); break;
108 event.setLocation(x, y);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 51 public void setLocation(Location location) {
  /frameworks/base/services/java/com/android/server/location/
MockProvider.java 165 public void setLocation(Location l) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 131 private void setLocation(Location location) {
238 entry.setLocation(location);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 445 highlightInfo.tempPoints[0].setLocation(0, p.y);
446 highlightInfo.tempPoints[1].setLocation(r.width, p.y);
448 highlightInfo.anchorPoint = p.setLocation(r.width / 2, p.y);
463 highlightInfo.tempPoints[0].setLocation(p.x, 0);
464 highlightInfo.tempPoints[1].setLocation(p.x, r.height);
466 highlightInfo.anchorPoint = p.setLocation(p.x, r.height / 2);
649 highlightInfo.tempPoints[0].setLocation(0, p.y);
650 highlightInfo.tempPoints[1].setLocation(r.width, p.y);
657 highlightInfo.tempPoints[0].setLocation(p.x, 0);
658 highlightInfo.tempPoints[1].setLocation(p.x, r.height)
    [all...]
  /external/junit/src/junit/swingui/
TestSelector.java 147 c.setLocation((screenSize.width-paneSize.width)/2, (screenSize.height-paneSize.height)/2);
  /external/webkit/WebCore/rendering/
RenderBox.h 56 void setLocation(const IntPoint& location) { m_frameRect.setLocation(location); }
57 void setLocation(int x, int y) { setLocation(IntPoint(x, y)); }
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 388 ((SlideshowPresenter) presenter).setLocation(position);
SlideshowPresenter.java 251 public void setLocation(int location) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressDialog.java 404 child.setLocation(x, y);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 331 method = "setLocation",
340 mMotionEvent2.setLocation(newLocationX, newLocationY);
346 mMotionEvent2.setLocation(newLocationX, newLocationY);

Completed in 497 milliseconds

1 2