GetRect            52 chrome/test/data/nacl/ppapi/ppp_instance/ppapi_ppp_instance.cc   PPBView()->GetRect(view, &position);
GetRect           139 content/child/npapi/webplugin_delegate_impl.h   gfx::Rect GetRect() const { return window_rect_; }
GetRect           156 content/plugin/webplugin_proxy.cc                  delegate_->GetRect().width(),
GetRect           157 content/plugin/webplugin_proxy.cc                  delegate_->GetRect().height());
GetRect           172 content/plugin/webplugin_proxy.cc   gfx::Rect plugin_rect = delegate_->GetRect();
GetRect           362 content/plugin/webplugin_proxy.cc   offset_rect.Offset(delegate_->GetRect().OffsetFromOrigin());
GetRect           408 content/plugin/webplugin_proxy.cc   saved_canvas->translate(SkIntToScalar(-delegate_->GetRect().x()),
GetRect           409 content/plugin/webplugin_proxy.cc                           SkIntToScalar(-delegate_->GetRect().y()));
GetRect           425 content/plugin/webplugin_proxy.cc   gfx::Rect old = delegate_->GetRect();
GetRect            91 native_client_sdk/src/examples/api/gamepad/gamepad.cc   pp::Rect position = view.GetRect();
GetRect            65 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     pp::Size new_size = view.GetRect().size();
GetRect           250 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     int32_t new_width = view.GetRect().width();
GetRect           251 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     int32_t new_height = view.GetRect().height();
GetRect           130 native_client_sdk/src/examples/api/input_event/input_event.cc          << " x:" << view.GetRect().x()
GetRect           131 native_client_sdk/src/examples/api/input_event/input_event.cc          << " y:" << view.GetRect().y()
GetRect           132 native_client_sdk/src/examples/api/input_event/input_event.cc          << " width:" << view.GetRect().width()
GetRect           133 native_client_sdk/src/examples/api/input_event/input_event.cc          << " height:" << view.GetRect().height()
GetRect           121 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   if ((size_ == view.GetRect().size()) &&
GetRect           124 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc         view.GetRect().width(),
GetRect           125 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc         view.GetRect().height(),
GetRect           132 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc       view.GetRect().width(),
GetRect           133 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc       view.GetRect().height(),
GetRect           137 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   size_ = view.GetRect().size();
GetRect           113 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc     if (size_ != view.GetRect().size()) {
GetRect           114 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc       size_ = view.GetRect().size();
GetRect           117 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc           pp::Graphics2D(this, view.GetRect().size(), is_always_opaque);
GetRect           157 native_client_sdk/src/examples/demo/life/life.c       g_pView->GetRect(event->as_resource, &rect);
GetRect           253 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     int32_t new_width = view.GetRect().width();
GetRect           254 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     int32_t new_height = view.GetRect().height();
GetRect           671 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   pp::Rect position = view.GetRect();
GetRect           161 native_client_sdk/src/gonacl_appengine/src/life/life.c       g_pView->GetRect(event->as_resource, &rect);
GetRect            55 native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.cc       PSInterfaceView()->GetRect(event->as_resource, &rect);
GetRect           582 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   pp::Size new_size = view.GetRect().size();
GetRect            76 ppapi/c/ppb_view.h   PP_Bool (*GetRect)(PP_Resource resource, struct PP_Rect* rect);
GetRect           206 ppapi/c/ppb_view.h   PP_Bool (*GetRect)(PP_Resource resource, struct PP_Rect* rect);
GetRect            59 ppapi/cpp/instance.cc   DidChangeView(view.GetRect(), view.GetClipRect());
GetRect            33 ppapi/cpp/view.cc     if (PP_ToBool(get_interface<PPB_View_1_1>()->GetRect(pp_resource(), &out)))
GetRect            36 ppapi/cpp/view.cc     if (PP_ToBool(get_interface<PPB_View_1_0>()->GetRect(pp_resource(), &out)))
GetRect            44 ppapi/cpp/view.h   Rect GetRect() const;
GetRect           152 ppapi/examples/2d/graphics_2d_example.c   if (g_view_interface->GetRect(view, &position) == PP_FALSE)
GetRect            77 ppapi/examples/2d/paint_manager_example.cc     paint_manager_.SetSize(view.GetRect().size());
GetRect            56 ppapi/examples/gamepad/gamepad.cc     pp::Rect rect = view.GetRect();
GetRect            95 ppapi/examples/input/pointer_event_input.cc     paint_manager_.SetSize(view.GetRect().size());
GetRect            38 ppapi/examples/mouse_cursor/mouse_cursor.cc     width_ = view.GetRect().width();
GetRect            39 ppapi/examples/mouse_cursor/mouse_cursor.cc     height_ = view.GetRect().height();
GetRect            42 ppapi/examples/scaling/scaling.cc     pp::Rect view_rect = view.GetRect();
GetRect            45 ppapi/shared_impl/ppb_view_shared.h   virtual PP_Bool GetRect(PP_Rect* viewport) const OVERRIDE;
GetRect           138 ppapi/tests/test_flash_fullscreen.cc   pp::Rect position = view.GetRect();
GetRect           274 ppapi/tests/test_fullscreen.cc   pp::Rect position = view.GetRect();
GetRect           134 ppapi/tests/test_ime_input_event.cc   view_rect_ = view.GetRect();
GetRect           321 ppapi/tests/test_input_event.cc   view_rect_ = view.GetRect();
GetRect            32 ppapi/tests/test_mouse_lock.cc   position_ = view.GetRect();
GetRect           139 ppapi/tests/test_view.cc   pp::Rect original_rect = last_view_.GetRect();
GetRect           155 ppapi/tests/test_view.cc   while (WaitUntilViewChanged() && last_view_.GetRect() != desired_rect &&
GetRect           159 ppapi/tests/test_view.cc   ASSERT_TRUE(last_view_.GetRect() == desired_rect);
GetRect           165 ppapi/tests/test_view.cc   pp::Rect original_rect = last_view_.GetRect();
GetRect            23 ppapi/thunk/ppb_view_api.h   virtual PP_Bool GetRect(PP_Rect* viewport) const = 0;
GetRect            30 ppapi/thunk/ppb_view_thunk.cc   return enter.object()->GetRect(rect);
GetRect            83 ppapi/thunk/ppb_view_thunk.cc   &GetRect,
GetRect            92 ppapi/thunk/ppb_view_thunk.cc   &GetRect,
GetRect           361 remoting/client/plugin/chromoting_instance.cc       webrtc::DesktopSize(view.GetRect().width(), view.GetRect().height()));
GetRect           670 remoting/client/plugin/chromoting_instance.cc         plugin_view_.GetRect().width(), plugin_view_.GetRect().height()));
GetRect           104 remoting/client/plugin/pepper_view.cc   pp::Rect pp_size = view.GetRect();
GetRect          1216 third_party/wtl/include/atlctrls.h 	void GetRect(LPRECT lpRect) const
GetRect          4676 third_party/wtl/include/atlctrls.h 	BOOL GetRect(LPRECT lpRect, BOOL bTextOnly) const;
GetRect          4936 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetRect(LPRECT lpRect, BOOL bTextOnly) const
GetRect          5508 third_party/wtl/include/atlctrls.h 	BOOL GetRect(int nID, LPRECT lpRect) const
GetRect          6121 third_party/wtl/include/atlctrls.h 	BOOL GetRect(int nPane, LPRECT lpRect) const
GetRect          7281 third_party/wtl/include/atlctrls.h 	void GetRect(LPRECT lpRect) const
GetRect          8397 third_party/wtl/include/atlctrls.h 	BOOL GetRect(int nBand, LPRECT lpRect) const
GetRect          2031 third_party/wtl/include/atlctrlx.h 		return GetRect(nIndex, lpRect);