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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 52 virtual void setLocation(const WebRect&) = 0;
55 // 800x10000 pixels and the viewport is 1000x1000 pixels, then setLocation
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.cpp 147 setLocation(url, callingWindow, enteredWindow);
159 setLocation(url.string(), callingWindow, enteredWindow);
168 setLocation(url.string(), callingWindow, enteredWindow);
177 setLocation(url.string(), callingWindow, enteredWindow);
186 setLocation(url.string(), callingWindow, enteredWindow);
195 setLocation(url.string(), callingWindow, enteredWindow);
204 setLocation(url.string(), callingWindow, enteredWindow);
222 setLocation(url.string(), callingWindow, enteredWindow);
229 setLocation(url, callingWindow, enteredWindow);
236 // Note: We call LocalDOMWindow::setLocation directly here because replace() always operates on the current frame
    [all...]
PinchViewport.cpp 85 setLocation(m_offset);
98 setLocation(FloatPoint());
111 setLocation(m_offset);
152 void PinchViewport::setLocation(const FloatPoint& newLocation)
170 setLocation(m_offset + delta);
189 setLocation(visibleRect().location());
387 setLocation(offset);
Location.h 85 void setLocation(const String&, LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow);
PinchViewport.h 81 void setLocation(const FloatPoint&);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 241 pinchViewport.setLocation(FloatPoint(0, 300));
301 pinchViewport.setLocation(FloatPoint(150, 0));
369 expectedRect.setLocation(FloatPoint(5, 7));
370 pinchViewport.setLocation(expectedRect.location());
373 expectedRect.setLocation(FloatPoint(200, 100));
374 pinchViewport.setLocation(expectedRect.location());
381 expectedRect.setLocation(oldLocation);
385 expectedRect.setLocation(FloatPoint(0.25f, 0.333f));
386 pinchViewport.setLocation(expectedRect.location());
404 pinchViewport.setLocation(FloatPoint(-1, -2))
    [all...]
  /external/javassist/sample/rmi/
AlertDialog.java 12 setLocation(100, 100);
  /frameworks/base/core/java/android/view/
TouchDelegate.java 142 event.setLocation(delegateView.getWidth() / 2, delegateView.getHeight() / 2);
147 event.setLocation(-(slop * 2), -(slop * 2));
  /external/proguard/src/proguard/ant/
ClassPathElement.java 137 * @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);
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
  /frameworks/base/graphics/java/android/graphics/
Camera.java 107 * @see #setLocation(float, float, float)
114 * @see #setLocation(float, float, float)
121 * @see #setLocation(float, float, float)
133 public native void setLocation(float x, float y, float z);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp 103 setLocation("about:srcdoc");
105 setLocation(stripLeadingAndTrailingHTMLSpaces(value));
170 void HTMLFrameElementBase::setLocation(const String& str)
HTMLFrameElementBase.h 65 void setLocation(const String&);
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 126 parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location()));
136 localRect.setLocation(parentWidget->convertSelfToChild(this, localRect.location()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 73 controlsRenderer->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), paddingTop()));
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 75 virtual void setLocation(const WebRect&) OVERRIDE;
ViewportAnchor.cpp 81 outer.setLocation(outerOrigin);
99 inner.setLocation(innerOrigin);
168 outerRect.setLocation(scrollView.adjustScrollPositionWithinRange(outerRect.location()));
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 90 status_t setLocation(int latitude, int longitude);
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSession.java 57 public void setLocation(Location location);
  /external/clang/include/clang/Lex/
Token.h 119 void setLocation(SourceLocation L) { Loc = L; }
144 setLocation(R.getBegin());
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 98 task.setLocation (getLocation ());
  /frameworks/av/media/ndk/
NdkMediaMuxer.cpp 72 return translate_error(muxer->mImpl->setLocation(latitude * 10000, longtitude * 10000));
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 235 setLocation(location);
355 setLocation(location);
358 private void setLocation(Location location) {

Completed in 692 milliseconds

1 2 3 4 5 6 7 8 91011>>