HomeSort by relevance Sort by last modified time
    Searched full:dragmouseoffset_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 103 point.x += dragMouseOffset_.x;
105 point.y += [self bounds].size.height - dragMouseOffset_.y;
107 point.y += dragMouseOffset_.y;
202 dragMouseOffset_ = [self convertPointFromBase:[event locationInWindow]];
bookmark_button.h 207 NSPoint dragMouseOffset_;

Completed in 290 milliseconds