HomeSort by relevance Sort by last modified time
    Searched refs:frameBounds (Results 1 - 5 of 5) 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/Tools/WinLauncher/
PrintWebUIDelegate.cpp 82 privateFrame->frameBounds(rect);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 76 HRESULT frameBounds([out, retval] RECT* result);
  /external/webkit/Source/WebKit/win/
WebFrame.h 222 virtual HRESULT STDMETHODCALLTYPE frameBounds(
WebFrame.cpp     [all...]

Completed in 93 milliseconds