Searched refs:setLocation (Results 1 - 25 of 55) sorted by relevance

123

/external/webkit/WebCore/bindings/js/
H A DJSHTMLFrameElementCustom.cpp65 void JSHTMLFrameElement::setLocation(ExecState* exec, JSValue value) function in class:WebCore::JSHTMLFrameElement
73 imp->setLocation(locationValue);
H A DJSDocumentCustom.cpp76 void JSDocument::setLocation(ExecState* exec, JSValue value) function in class:WebCore::JSDocument
/external/proguard/src/proguard/ant/
H A DClassPathElement.java137 * @deprecated Use {@link #setLocation(File)} instead.
141 setLocation(file);
146 * @deprecated Use {@link #setLocation(File)} instead.
150 setLocation(file);
155 * @deprecated Use {@link #setLocation(File)} instead.
159 setLocation(file);
/external/webkit/WebCore/bindings/v8/custom/
H A DV8DocumentLocationCustom.cpp52 // setLocation does security checks. // XXXMB- verify!
53 V8DOMWindowShell::setLocation(window, toWebCoreString(value));
H A DV8HTMLFrameElementCustom.cpp63 frame->setLocation(locationValue);
/external/webkit/WebCore/html/
H A DHTMLFrameElementBase.h35 void setLocation(const String&);
H A DHTMLFrameElementBase.cpp115 setLocation(deprecatedParseURL(attr->value()));
210 void HTMLFrameElementBase::setLocation(const String& str) function in class:WebCore::HTMLFrameElementBase
/external/webkit/WebCore/platform/
H A DWidget.cpp144 parentRect.setLocation(parentScrollView->convertChildToSelf(this, localRect.location()));
154 localRect.setLocation(parentScrollView->convertSelfToChild(this, localRect.location()));
/external/webkit/JavaScriptCore/bytecompiler/
H A DLabel.h49 void setLocation(unsigned location) function in class:JSC::Label
/external/webkit/WebCore/platform/android/
H A DWidgetAndroid.cpp101 platformWidget()->setLocation(rect.x(), rect.y());
/external/webkit/WebKit/android/jni/
H A DWebCoreViewBridge.h66 void setLocation(int x, int y) function in class:WebCoreViewBridge
/external/webkit/WebCore/rendering/
H A DRenderScrollbarPart.cpp49 setLocation(IntPoint()); // We don't worry about positioning ourselves. We're just determining our minimum width/height.
159 setLocation(rect.x() - tx, rect.y() - ty);
H A DRenderBox.h56 void setLocation(const IntPoint& location) { m_frameRect.setLocation(location); } function in class:WebCore::RenderBox
57 void setLocation(int x, int y) { setLocation(IntPoint(x, y)); } function in class:WebCore::RenderBox
H A DRenderSVGText.cpp79 setLocation(xOffset, yOffset);
H A DRenderFieldset.cpp99 legend->setLocation(xPos, max((b-h)/2, 0));
/external/emma/ant/ant14/com/vladium/emma/
H A DemmaTask.java98 task.setLocation (getLocation ());
/external/webkit/WebCore/bindings/v8/
H A DV8DOMWindowShell.h88 static void setLocation(DOMWindow*, const String& relativeURL);
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java209 frame.setLocation((screenSize.width - frameSize.width) / 2,
/external/webkit/WebCore/page/wince/
H A DFrameWince.cpp131 ir.setLocation(view->parent()->convertChildToSelf(view, ir.location()));
/external/webkit/WebCore/platform/graphics/
H A DFloatRect.h84 void setLocation(const FloatPoint& location) { m_location = location; } function in class:WebCore::FloatRect
H A DIntRect.h83 void setLocation(const IntPoint& location) { m_location = location; } function in class:WebCore::IntRect
/external/webkit/WebCore/platform/graphics/wx/
H A DImageWx.cpp130 adjustedDestRect.setLocation(FloatPoint(dst.x() - src.x() / scaleX, dst.y() - src.y() / scaleY));
/external/junit/src/junit/awtui/
H A DTestRunner.java82 about.setLocation(300, 300);
563 fFrame.setLocation(200, 200);
/external/junit/src/junit/swingui/
H A DTestSelector.java147 c.setLocation((screenSize.width-paneSize.width)/2, (screenSize.height-paneSize.height)/2);
/external/webkit/WebCore/platform/graphics/cg/
H A DImageCG.cpp212 adjustedDestRect.setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale));

Completed in 1326 milliseconds

123