HomeSort by relevance Sort by last modified time
    Searched refs:SetLocation (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/ppapi/cpp/dev/
widget_dev.h 31 void SetLocation(const Rect& location);
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/ppapi/thunk/
ppb_widget_api.h 20 virtual void SetLocation(const PP_Rect* location) = 0;
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/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/api/dev/
ppb_widget_dev.idl 54 void SetLocation([in] PP_Resource widget,
  /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/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/content/renderer/pepper/
ppb_widget_impl.h 37 virtual void SetLocation(const PP_Rect* location) OVERRIDE;
ppb_widget_impl.cc 54 void PPB_Widget_Impl::SetLocation(const PP_Rect* location) {
  /external/chromium_org/extensions/common/
extension_builder.h 39 ExtensionBuilder& SetLocation(Manifest::Location location);
extension_builder.cc 35 ExtensionBuilder& ExtensionBuilder::SetLocation(Manifest::Location location) {
  /external/chromium_org/ui/accessibility/
ax_node.cc 22 void AXNode::SetLocation(const gfx::Rect& new_location) {
ax_node.h 39 void SetLocation(const gfx::Rect& new_location);
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 25 // OnMouseMoved() -> invoke SetLocation().
45 void SetLocation(const gfx::Point& location);
glow_hover_controller.cc 37 void GlowHoverController::SetLocation(const gfx::Point& location) {
  /external/lldb/include/lldb/API/
SBBreakpointLocation.h 102 SetLocation (const lldb::BreakpointLocationSP &break_loc_sp);
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui_unittest.cc 69 .SetLocation(Manifest::UNPACKED)
89 .SetLocation(Manifest::COMPONENT)
webstore_reinstaller_browsertest.cc 66 ExtensionBuilder().SetLocation(Manifest::INTERNAL)
  /external/chromium_org/ppapi/tests/
test_scrollbar.cc 36 scrollbar_.SetLocation(location);
  /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...]
  /external/chromium_org/extensions/browser/
api_unittest.cc 52 .SetLocation(Manifest::UNPACKED)
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_unittest.cc 205 .SetLocation(Manifest::UNPACKED)
215 .SetLocation(Manifest::INTERNAL)

Completed in 732 milliseconds

1 2