HomeSort by relevance Sort by last modified time
    Searched refs:frameBounds (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 68 final Rect frameBounds = mFrameBounds;
69 if (frameBounds.isEmpty()) {
73 frameBounds.set(0, 0, w, h);
74 mFrame.setBounds(frameBounds);
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 83 privateFrame->frameBounds(rect);
  /external/webkit/WebKit/win/Interfaces/
IWebFramePrivate.idl 78 HRESULT frameBounds([out, retval] RECT* result);
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 159 CGRect frameBounds = bounds();
161 m_scrollLayer->setPosition(CGPointMake(0, frameBounds.size.height));
  /external/webkit/WebKit/win/
WebFrame.h 212 virtual HRESULT STDMETHODCALLTYPE frameBounds(
WebFrame.cpp     [all...]

Completed in 127 milliseconds