OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_location
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.h
36
void SetCursorBounds(const gfx::Rect&
cursor_location
);
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
416
void set_cursor_location(const gfx::Rect&
cursor_location
) {
417
cursor_location_ =
cursor_location
;
420
const gfx::Rect&
cursor_location
() const { return cursor_location_; }
function in class:chromeos::CandidateWindowView
[
all
...]
/external/chromium_org/ash/shelf/
shelf_view.h
108
bool ShouldHideTooltip(const gfx::Point&
cursor_location
);
shelf_view.cc
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
558
POINT
cursor_location
= location.ToPOINT();
local
559
::ClientToScreen(GetHWND(), &
cursor_location
);
local
560
::SetCursorPos(
cursor_location
.x,
cursor_location
.y);
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc
2509
CPoint
cursor_location
;
local
[
all
...]
/external/chromium_org/ui/views/widget/
widget_unittest.cc
[
all
...]
Completed in 127 milliseconds