HomeSort by relevance Sort by last modified time
    Searched defs:GetCursor (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/views/controls/
resize_area.cc 32 gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) {
link.cc 48 gfx::NativeCursor Link::GetCursor(const ui::MouseEvent& event) {
single_split_view.cc 89 gfx::NativeCursor SingleSplitView::GetCursor(const ui::MouseEvent& event) {
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 46 gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 65 gfx::NativeCursor ExtensionViewViews::GetCursor(const ui::MouseEvent& event) {
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 30 gfx::NativeCursor TestCursorClient::GetCursor() const {
test_window_delegate.cc 53 gfx::NativeCursor TestWindowDelegate::GetCursor(const gfx::Point& point) {
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 253 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
266 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
279 public interface GetCursor {
285 public int getCursor();
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 253 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
266 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
279 public interface GetCursor {
285 public int getCursor();
  /external/chromium_org/ash/wm/
partial_screenshot_view.cc 177 gfx::NativeCursor PartialScreenshotView::GetCursor(
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 189 gfx::NativeCursor NativeViewHost::GetCursor(const ui::MouseEvent& event) {
190 return native_wrapper_->GetCursor(event.x(), event.y());
native_view_host_aura.cc 33 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
182 gfx::NativeCursor NativeViewHostAura::GetCursor(int x, int y) {
184 return host_->native_view()->GetCursor(gfx::Point(x, y));
  /external/chromium_org/ui/wm/core/
cursor_manager.cc 86 GetCursor() != state_on_unlock_->cursor()) {
91 gfx::NativeCursor CursorManager::GetCursor() const {
165 if (GetCursor() != state_on_unlock_->cursor()) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 253 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
266 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
279 public interface GetCursor {
285 public int getCursor();
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 78 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
109 gfx::NativeCursor ContentSettingBubbleContents::Favicon::GetCursor(
  /external/chromium_org/ui/views/controls/table/
table_header.cc 166 gfx::NativeCursor TableHeader::GetCursor(const ui::MouseEvent& event) {
168 GetNativeColumnResizeCursor() : View::GetCursor(event);
  /external/chromium_org/ui/message_center/views/
notification_view.cc 300 // Want to return this for underlying views, otherwise GetCursor is not
471 gfx::NativeCursor NotificationView::GetCursor(const ui::MouseEvent& event) {
473 return views::View::GetCursor(event);
  /external/chromium_org/ui/aura/
window.cc 652 gfx::NativeCursor Window::GetCursor(const gfx::Point& point) const {
653 return delegate_ ? delegate_->GetCursor(point) : gfx::kNullCursor;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc     [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 750 gfx::NativeCursor NativeWidgetAura::GetCursor(const gfx::Point& point) {
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 166 ::Cursor GetCursor(int cursor_shape) {
368 return cursor_cache->GetCursor(cursor_shape);
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 574 gfx::NativeCursor Textfield::GetCursor(const ui::MouseEvent& event) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 882 gfx::NativeCursor View::GetCursor(const ui::MouseEvent& event) {
    [all...]

Completed in 1173 milliseconds

1 2