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

  /external/webkit/Source/WebKit/mac/Misc/
WebNSControlExtras.m 46 NSRect windowFrame = [window frame];
55 windowFrame.size.height += heightDelta * userSpaceScaleFactor;
56 [window setFrame:windowFrame display:NO];
  /external/webkit/Tools/WebKitTestRunner/
PlatformWebView.h 63 WKRect windowFrame();
TestController.cpp 83 return view->windowFrame();
95 return view->windowFrame();
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 130 NSRect windowFrame;
132 windowFrame.origin = [[_view window] convertBaseToScreen:[_htmlView convertPoint:wordStart toView:nil]];
133 windowFrame.size.height = numberToShow * [_tableView rowHeight] + (numberToShow + 1) * [_tableView intercellSpacing].height;
134 windowFrame.origin.y -= windowFrame.size.height;
146 windowFrame.size.width = 100;
151 windowFrame.size.width = max(maxWidth, windowFrame.size.width);
152 maxWidth = min<CGFloat>(400, windowFrame.size.width);
154 [_popupWindow setFrame:windowFrame display:NO]
    [all...]
WebFullScreenController.mm 389 NSRect windowFrame = NSUnionRect(screenFrame, elementFrame);
390 [[self window] setFrame:windowFrame display:YES];
404 backgroundBounds.origin.y = windowFrame.size.height - NSMaxY(backgroundBounds);
    [all...]
  /external/webkit/Tools/WebKitTestRunner/qt/
PlatformWebViewQt.cpp 85 WKRect PlatformWebView::windowFrame()
  /external/webkit/Tools/WebKitTestRunner/win/
PlatformWebViewWin.cpp 83 WKRect PlatformWebView::windowFrame()
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 190 NSRect windowFrame = [panel frame];
191 windowFrame.size.height -= deltaMargin;
192 [panel setFrame:windowFrame display:NO];
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 66 WKRect PlatformWebView::windowFrame()
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.h 84 WebCore::FloatRect windowFrame(WebPageProxy*);
WebUIClient.cpp 242 FloatRect WebUIClient::windowFrame(WebPageProxy* page)
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 193 NSRect windowFrame = NSUnionRect(screenFrame, webViewFrame);
194 [[self window] setFrame:windowFrame display:YES];
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 97 void WebChromeClient::setWindowRect(const FloatRect& windowFrame)
99 m_page->send(Messages::WebPageProxy::SetWindowFrame(windowFrame));
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 360 milliseconds