Searched defs:setLocation (Results 1 - 25 of 51) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShaderVariable.java67 public void setLocation(int location){ method in class:ShaderVariable
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListener.java97 public void setLocation(Vector3f location) { method in class:Listener
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp140 setLocation(url, activeWindow, firstWindow);
152 setLocation(url.string(), activeWindow, firstWindow);
161 setLocation(url.string(), activeWindow, firstWindow);
170 setLocation(url.string(), activeWindow, firstWindow);
179 setLocation(url.string(), activeWindow, firstWindow);
188 setLocation(url.string(), activeWindow, firstWindow);
197 setLocation(url.string(), activeWindow, firstWindow);
215 setLocation(url.string(), activeWindow, firstWindow);
222 setLocation(url, activeWindow, firstWindow);
229 // Note: We call DOMWindow::setLocation directl
242 void Location::setLocation(const String& url, DOMWindow* activeWindow, DOMWindow* firstWindow) function in class:WebCore::Location
[all...]
H A DDOMWindow.cpp1453 update.setLocation(FloatPoint(x, y));
1653 void DOMWindow::setLocation(const String& urlString, DOMWindow* activeWindow, DOMWindow* firstWindow, SetLocationLocking locking) function in class:WebCore::DOMWindow
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameElementBase.cpp103 setLocation("about:srcdoc");
105 setLocation(stripLeadingAndTrailingHTMLSpaces(value));
179 void HTMLFrameElementBase::setLocation(const String& str) function in class:WebCore::HTMLFrameElementBase
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMotionEvent.java135 public final void setLocation(float x, float y) { method in class:ShadowMotionEvent
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
H A DmetadataRepository-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.h66 void setLocation(const IntPoint& location) { m_location = location; } function in class:WebCore::IntRect
H A DFloatRect.h71 void setLocation(const FloatPoint& location) { m_location = location; } function in class:WebCore::FloatRect
H A DLayoutRect.h62 void setLocation(const LayoutPoint& location) { m_location = location; } function in class:WebCore::LayoutRect
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp202 void WebPluginScrollbarImpl::setLocation(const WebRect& rect) function in class:blink::WebPluginScrollbarImpl
/external/clang/include/clang/Lex/
H A DToken.h117 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Token
142 setLocation(R.getBegin());
/external/clang/include/clang/AST/
H A DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } function in class:clang::comments::Token
298 Result.setLocation(getSourceLocation(BufferPtr));
H A DComment.h168 void setLocation(SourceLocation L) { function in class:clang::comments::Comment
379 setLocation(TagNameBegin);
550 setLocation(Content.front()->getLocStart());
605 setLocation(getCommandNameBeginLoc());
617 setLocation(getCommandNameBeginLoc());
1089 setLocation(Blocks.front()->getLocStart());
H A DDeclBase.h369 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Decl
H A DExprCXX.h446 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXBoolLiteralExpr
474 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXNullPtrLiteralExpr
776 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXThisExpr
1123 void setLocation(SourceLocation Loc) { this->Loc = Loc; } function in class:clang::CXXConstructExpr
H A DExprObjC.h78 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCBoolLiteralExpr
504 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
759 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DExpr.h976 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::DeclRefExpr
1178 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::PredefinedExpr
1270 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1315 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1376 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java661 * <code>setLocation</code> sets the position of the camera.
665 public void setLocation(Vector3f location) { method in class:Camera
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h114 setLocation(location);
116 setLocation(location.transposedPoint());
145 void setLocation(const LayoutPoint& location) { m_frameRect.setLocation(location); } function in class:WebCore::RenderBox
H A DRenderLayer.h133 void setLocation(const LayoutPoint& p) { m_topLeft = p; } function in class:WebCore::RenderLayer
/external/llvm/include/llvm/Support/
H A DCommandLine.h329 void apply(Opt &O) const { O.setLocation(O, Loc); }
1063 bool setLocation(Option &O, DataType &L) { function in class:llvm::cl::opt_storage
1285 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::cl::list_storage
1462 bool setLocation(Option &O, unsigned &L) {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp99 void CGDebugInfo::setLocation(SourceLocation Loc) { function in class:CGDebugInfo
2497 setLocation(Loc);
2540 setLocation(Loc);
3050 setLocation(D->getLocation());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 695 milliseconds

123