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

12

/external/chromium_org/ppapi/thunk/
H A Dppb_widget_dev_thunk.cc51 void SetLocation(PP_Resource widget, const struct PP_Rect* location) { function in namespace:ppapi::thunk::__anon10329
52 VLOG(4) << "PPB_Widget_Dev::SetLocation()";
56 enter.object()->SetLocation(location);
72 &SetLocation
80 &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/chromium_org/third_party/skia/gm/
H A Dnonclosedpaths.cpp67 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { function in class:skiagm::NonClosedPathsGM
107 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
130 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
H A Dpolygons.cpp85 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { function in class:skiagm::PolygonsGM
123 SetLocation(canvas, counter, fPolygons.count());
148 SetLocation(canvas, counter, fPolygons.count());
/external/skia/gm/
H A Dnonclosedpaths.cpp67 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { function in class:skiagm::NonClosedPathsGM
107 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
130 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
H A Dpolygons.cpp85 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { function in class:skiagm::PolygonsGM
123 SetLocation(canvas, counter, fPolygons.count());
148 SetLocation(canvas, counter, fPolygons.count());
/external/chromium_org/extensions/common/
H A Dextension_builder.h39 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/accessibility/
H A Dax_node.cc22 void AXNode::SetLocation(const gfx::Rect& new_location) { function in class:ui::AXNode
H A Dax_node.h39 void SetLocation(const gfx::Rect& new_location);
/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/chrome/browser/extensions/
H A Dextension_web_ui_unittest.cc69 .SetLocation(Manifest::UNPACKED)
89 .SetLocation(Manifest::COMPONENT)
H A Dwebstore_reinstaller_browsertest.cc66 ExtensionBuilder().SetLocation(Manifest::INTERNAL)
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc54 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/lldb/include/lldb/API/
H A DSBBreakpointLocation.h102 SetLocation (const lldb::BreakpointLocationSP &break_loc_sp);
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp286 SetLocation (uint64_t l) function in class:ReadUTFBufferAndDumpToStreamOptions
461 options.SetLocation(valobj_addr);
489 options.SetLocation(valobj_addr);
536 options.SetLocation(data_addr);
548 options.SetLocation(data_addr);
560 options.SetLocation(data_addr);
1046 options.SetLocation(location);
1084 options.SetLocation(location);
1098 options.SetLocation(location);
/external/chromium_org/extensions/browser/
H A Dapi_unittest.cc52 .SetLocation(Manifest::UNPACKED)
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console_unittest.cc205 .SetLocation(Manifest::UNPACKED)
215 .SetLocation(Manifest::INTERNAL)

Completed in 498 milliseconds

12