HomeSort by relevance Sort by last modified time
    Searched defs:SetLocation (Results 1 - 12 of 12) 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/ui/accessibility/
ax_node.cc 22 void AXNode::SetLocation(const gfx::Rect& new_location) {
  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 54 void PPB_Widget_Impl::SetLocation(const PP_Rect* location) {
  /external/chromium_org/extensions/common/
extension_builder.cc 35 ExtensionBuilder& ExtensionBuilder::SetLocation(Manifest::Location 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 51 void SetLocation(PP_Resource widget, const struct PP_Rect* location) {
52 VLOG(4) << "PPB_Widget_Dev::SetLocation()";
56 enter.object()->SetLocation(location);
72 &SetLocation
80 &SetLocation,
  /external/chromium_org/third_party/skia/gm/
nonclosedpaths.cpp 67 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) {
107 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
130 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths);
polygons.cpp 85 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) {
123 SetLocation(canvas, counter, fPolygons.count());
148 SetLocation(canvas, counter, fPolygons.count());
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 37 void GlowHoverController::SetLocation(const gfx::Point& location) {
  /external/lldb/source/API/
SBBreakpointLocation.cpp 261 SBBreakpointLocation::SetLocation (const lldb::BreakpointLocationSP &break_loc_sp)
  /external/chromium_org/ui/views/layout/
grid_layout.cc 42 (*i)->SetLocation(location);
105 void SetLocation(int location) {
    [all...]
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 286 SetLocation (uint64_t l)
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);
    [all...]

Completed in 1326 milliseconds