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

  /external/chromium_org/content/browser/frame_host/
cross_process_frame_connector.h 104 void OnInitializeChildFrame(gfx::Rect frame_rect, float scale_factor);
107 void SetSize(gfx::Rect frame_rect);
cross_process_frame_connector.cc 124 void CrossProcessFrameConnector::OnInitializeChildFrame(gfx::Rect frame_rect,
129 if (!frame_rect.size().IsEmpty())
130 SetSize(frame_rect);
178 void CrossProcessFrameConnector::SetSize(gfx::Rect frame_rect) {
179 child_frame_rect_ = frame_rect;
181 view_->SetSize(frame_rect.size());
  /external/chromium_org/components/plugins/renderer/
webview_plugin.cc 148 void WebViewPlugin::updateGeometry(const WebRect& frame_rect,
152 if (static_cast<gfx::Rect>(frame_rect) != rect_) {
153 rect_ = frame_rect;
154 WebSize newSize(frame_rect.width, frame_rect.height);
webview_plugin.h 81 const blink::WebRect& frame_rect,
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_no_message_loop.cc 202 gfx::Rect frame_rect(size_);
206 RenderPass::Id(1, 1), frame_rect, frame_rect, gfx::Transform());
  /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 367 gfx::Rect frame_rect = host()->GetTopLevelWidget()->GetWindowBoundsInScreen(); local
370 avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y());
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 125 const blink::WebRect& frame_rect,
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 81 const blink::WebRect& frame_rect, const blink::WebRect& clip_rect,
  /external/chromium_org/content/renderer/
render_frame_impl.h 387 virtual void initializeChildFrame(const blink::WebRect& frame_rect,
render_frame_impl.cc     [all...]

Completed in 418 milliseconds