Searched refs:SetLocation (Results 1 - 23 of 23) sorted by relevance

/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::__anon10373
54 VLOG(4) << "PPB_Widget_Dev::SetLocation()";
58 enter.object()->SetLocation(location);
74 &SetLocation
82 &SetLocation,
H A Dppb_widget_api.h20 virtual void SetLocation(const PP_Rect* location) = 0;
/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.h31 void SetLocation(const Rect& location);
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/ppapi/api/dev/
H A Dppb_widget_dev.idl54 void SetLocation([in] PP_Resource widget,
/external/skia/gm/
H A Dnonclosedpaths.cpp63 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { function in class:skiagm::NonClosedPathsGM
103 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
126 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
H A Dpolygons.cpp81 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { function in class:skiagm::PolygonsGM
119 SetLocation(canvas, counter, fPolygons.count());
144 SetLocation(canvas, counter, fPolygons.count());
/external/chromium_org/extensions/common/
H A Dextension_builder.h37 ExtensionBuilder& SetLocation(Manifest::Location location);
H A Dextension_builder.cc35 ExtensionBuilder& ExtensionBuilder::SetLocation(Manifest::Location location) { function in class:extensions::ExtensionBuilder
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.h25 // OnMouseMoved() -> invoke SetLocation().
45 void SetLocation(const gfx::Point& location);
H A Dglow_hover_controller.cc37 void GlowHoverController::SetLocation(const gfx::Point& location) { function in class:views::GlowHoverController
/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
H A Dppb_widget_impl.h37 virtual void SetLocation(const PP_Rect* location) OVERRIDE;
/external/chromium_org/ppapi/tests/
H A Dtest_scrollbar.cc36 scrollbar_.SetLocation(location);
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc198 new_tab->hover_controller()->SetLocation(hover_point);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.h81 virtual void SetLocation(const gfx::Rect& new_location);
H A Dbrowser_accessibility_manager.cc357 instance->SetLocation(src.location);
H A Dbrowser_accessibility.cc108 void BrowserAccessibility::SetLocation(const gfx::Rect& new_location) { function in class:content::BrowserAccessibility
H A Dbrowser_accessibility_win.h108 CONTENT_EXPORT virtual void SetLocation(const gfx::Rect& new_location)
H A Dbrowser_accessibility_win.cc3176 void BrowserAccessibilityWin::SetLocation(const gfx::Rect& new_location) { function in class:content::BrowserAccessibilityWin
3177 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
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1068 hover_controller_.SetLocation(event.location());

Completed in 563 milliseconds