Searched defs:SetLocation (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_widget_dev.h61 void (*SetLocation)(PP_Resource widget, const struct PP_Rect* location); member in struct:PPB_Widget_Dev_0_4
77 void (*SetLocation)(PP_Resource widget, const struct PP_Rect* location); member in struct:PPB_Widget_Dev_0_3
/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.cc68 void Widget_Dev::SetLocation(const Rect& location) { function in class:pp::Widget_Dev
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/
H A Dextension_builder.cc35 ExtensionBuilder& ExtensionBuilder::SetLocation(Manifest::Location location) { function in class:extensions::ExtensionBuilder
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc57 void PPB_Widget_Impl::SetLocation(const PP_Rect* location) { function in class:content::PPB_Widget_Impl
/external/chromium_org/ppapi/thunk/
H A Dppb_widget_dev_thunk.cc53 void SetLocation(PP_Resource widget, const struct PP_Rect* location) { function in namespace:ppapi::thunk::__anon9662
54 VLOG(4) << "PPB_Widget_Dev::SetLocation()";
58 enter.object()->SetLocation(location);
74 &SetLocation
82 &SetLocation,
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc37 void GlowHoverController::SetLocation(const gfx::Point& location) { function in class:views::GlowHoverController
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc101 void BrowserAccessibility::SetLocation(const gfx::Rect& new_location) { function in class:content::BrowserAccessibility
H A Dbrowser_accessibility_win.cc3006 void BrowserAccessibilityWin::SetLocation(const gfx::Rect& new_location) { function in class:content::BrowserAccessibilityWin
3007 BrowserAccessibility::SetLocation(new_location);
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc42 (*i)->SetLocation(location);
104 void SetLocation(int location) { function in class:views::LayoutElement

Completed in 191 milliseconds