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

  /external/chromium_org/content/browser/frame_host/
cross_process_frame_connector.cc 97 void CrossProcessFrameConnector::OnInitializeChildFrame(gfx::Rect frame_rect,
102 if (!frame_rect.size().IsEmpty())
103 SetSize(frame_rect);
151 void CrossProcessFrameConnector::SetSize(gfx::Rect frame_rect) {
152 child_frame_rect_ = frame_rect;
154 view_->SetSize(frame_rect.size());
cross_process_frame_connector.h 93 void OnInitializeChildFrame(gfx::Rect frame_rect, float scale_factor);
96 void SetSize(gfx::Rect frame_rect);
  /external/chromium_org/components/plugins/renderer/
webview_plugin.cc 149 void WebViewPlugin::updateGeometry(const WebRect& frame_rect,
153 if (static_cast<gfx::Rect>(frame_rect) != rect_) {
154 rect_ = frame_rect;
155 WebSize newSize(frame_rect.width, frame_rect.height);
webview_plugin.h 84 const blink::WebRect& frame_rect,
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_no_message_loop.cc 203 gfx::Rect frame_rect(size_);
207 RenderPassId(1, 1), frame_rect, frame_rect, gfx::Transform());
  /external/chromium_org/content/renderer/
render_frame_proxy.h 103 const blink::WebRect& frame_rect,
render_frame_proxy.cc 275 const blink::WebRect& frame_rect,
278 routing_id_, frame_rect, scale_factor));
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 49 const blink::WebRect& frame_rect,
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 362 gfx::Rect frame_rect = host()->GetTopLevelWidget()->GetWindowBoundsInScreen(); local
365 avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y());
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 62 const blink::WebRect& frame_rect,
test_plugin.cc 253 const blink::WebRect& frame_rect,
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 91 const blink::WebRect& frame_rect,
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 78 const blink::WebRect& frame_rect, const blink::WebRect& clip_rect,

Completed in 342 milliseconds