/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | malloc-tree | 37 hotspot = False variable 57 if hotspot: 100 global hotspot 107 if hotspot: 129 if hotspot: 138 global hotspot 158 hotspot = options.hotspot 160 if hotspot:
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | dock_info_unittest.cc | 29 gfx::Point hotspot[] = { in TEST() local 46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area); in TEST() 69 gfx::Point hotspot = gfx::Point(0, 0); in TEST() local 96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area); in TEST()
|
/external/chromium/chrome/browser/ui/tabs/ |
D | dock_info_unittest.cc | 29 gfx::Point hotspot[] = { in TEST() local 46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area); in TEST() 69 gfx::Point hotspot = gfx::Point(0, 0); in TEST() local 96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area); in TEST()
|
/external/chromium_org/webkit/common/cursors/ |
D | webcursor_aurax11.cc | 29 gfx::Point hotspot = hotspot_; in GetPlatformCursor() local 31 device_scale_factor_, rotation_, &bitmap, &hotspot); in GetPlatformCursor() 33 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot); in GetPlatformCursor()
|
D | webcursor_unittest.cc | 177 EXPECT_EQ(gfx::Point(1, 1), info.hotspot); in TEST() 181 info.hotspot = gfx::Point(-1, -1); in TEST() 184 EXPECT_EQ(gfx::Point(0, 0), info.hotspot); in TEST()
|
D | webcursor.cc | 62 hotspot_ = cursor_info.hotspot; in InitFromCursorInfo() 72 cursor_info->hotspot = hotspot_; in GetCursorInfo()
|
D | webcursor.h | 63 gfx::Point hotspot; member
|
D | webcursor_mac.mm | 144 const gfx::Point& hotspot) { 176 gfx::ScalePoint(hotspot, 1 / custom_scale)).ToCGPoint()); 363 cursor_info.hotspot = gfx::Point(hot_spot.x, hot_spot.y);
|
/external/chromium_org/content/renderer/ |
D | cursor_utils.cc | 21 webkit_cursor_info->hotSpot = cursor_info.hotspot; in GetWebKitCursorInfo() 36 web_cursor_info.hotspot = webkit_cursor_info.hotSpot; in InitializeCursorFromWebKitCursorInfo()
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
D | DesktopView.java | 222 Point hotspot = JniInterface.getCursorHotspot(); in paint() local 223 canvas.drawBitmap(cursorBitmap, x - hotspot.x, y - hotspot.y, new Paint()); in paint()
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_input_handler.h | 45 const pp::Point& hotspot);
|
D | pepper_input_handler.cc | 210 const pp::Point& hotspot) { in SetMouseCursor() argument 212 cursor_hotspot_ = hotspot; in SetMouseCursor()
|
/external/chromium_org/remoting/host/ |
D | video_scheduler.cc | 104 cursor_proto->set_hotspot_x(cursor_shape->hotspot.x()); in OnCursorShapeChanged() 105 cursor_proto->set_hotspot_y(cursor_shape->hotspot.y()); in OnCursorShapeChanged()
|
D | chromoting_messages.h | 143 IPC_STRUCT_TRAITS_MEMBER(hotspot)
|
/external/chromium_org/ui/gfx/ |
D | icon_util.h | 135 const gfx::Point& hotspot,
|
D | icon_util.cc | 318 const gfx::Point& hotspot, in CreateCursorFromDIB() argument 359 ii.xHotspot = hotspot.x(); in CreateCursorFromDIB() 360 ii.yHotspot = hotspot.y(); in CreateCursorFromDIB()
|
/external/chromium/webkit/glue/ |
D | webcursor_mac.mm | 55 const gfx::Point& hotspot) { 71 hotSpot:NSMakePoint(hotspot.x(), 72 hotspot.y())];
|
/external/chromium_org/remoting/proto/ |
D | control.proto | 43 // X,Y coordinates (relative to upper-left corner) of the cursor hotspot.
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | NPCComponent.java | 470 private void queueCommand(int hotspot) { in queueCommand() argument 473 mQueuedCommands[mQueueBottom] = hotspot; in queueCommand()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.h | 99 const gfx::Point& hotspot);
|
D | x11_util.cc | 398 const gfx::Point& hotspot) { in SkBitmapToXcursorImage() argument 400 gfx::Point hotspot_point = hotspot; in SkBitmapToXcursorImage() 418 hotspot_point = gfx::ToFlooredPoint(gfx::ScalePoint(hotspot, scale)); in SkBitmapToXcursorImage()
|
/external/chromium_org/tools/valgrind/tsan/ |
D | ignores.txt | 107 # WebKit hotspot
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.cc | 414 cursor_info.hotSpot = web_cursor_info.hotspot; in handleInputEvent()
|
/external/chromium_org/third_party/iaccessible2/ |
D | ia2_api_all.idl | 749 each hotspot can be activated resulting in the loading of another document
|