OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dest_x
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_gtk.cc
126
int
dest_x
= drag_path[i].x() + x;
local
128
int half_step_x = (
dest_x
+ drag_path[i - 1].x() + x) / 2;
131
next_task = new MouseMoveTask(next_task,
dest_x
, dest_y);
/external/chromium/chrome/browser/chromeos/login/
screen_locker.cc
582
gint src_x, src_y,
dest_x
, dest_y, width, height, depth;
local
583
gdk_window_get_geometry(dest_, &
dest_x
, &dest_y, &width, &height, &depth);
586
if (
dest_x
< 0 || dest_y < 0)
589
offset_.SetPoint(
dest_x
- src_x, dest_y - src_y);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 395 milliseconds