HomeSort by relevance Sort by last modified time
    Searched defs:SetLocation (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/cpp/dev/
widget_dev.cc 68 void Widget_Dev::SetLocation(const Rect& location) {
70 get_interface<PPB_Widget_Dev_0_4>()->SetLocation(pp_resource(),
73 get_interface<PPB_Widget_Dev_0_3>()->SetLocation(pp_resource(),
  /external/chromium_org/chrome/common/extensions/
extension_builder.cc 35 ExtensionBuilder& ExtensionBuilder::SetLocation(Manifest::Location location) {
  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 57 void PPB_Widget_Impl::SetLocation(const PP_Rect* location) {
  /external/chromium_org/ppapi/c/dev/
ppb_widget_dev.h 61 void (*SetLocation)(PP_Resource widget, const struct PP_Rect* location);
77 void (*SetLocation)(PP_Resource widget, const struct PP_Rect* location);
  /external/chromium_org/ppapi/thunk/
ppb_widget_dev_thunk.cc 53 void SetLocation(PP_Resource widget, const struct PP_Rect* location) {
54 VLOG(4) << "PPB_Widget_Dev::SetLocation()";
58 enter.object()->SetLocation(location);
74 &SetLocation
82 &SetLocation,
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 37 void GlowHoverController::SetLocation(const gfx::Point& location) {