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

  /external/chromium_org/base/memory/
weak_ptr_unittest.cc 51 struct Arrow {
69 void CreateArrowFromTarget(Arrow** arrow, Target* target) {
74 arrow, target, &completion));
78 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) {
83 arrow, other, &completion));
95 void CopyAndAssignArrow(Arrow* object) {
104 void CopyAndAssignArrowBase(Arrow* object)
324 Arrow* arrow; local
333 Arrow arrow; local
349 Arrow* arrow; local
377 Arrow arrow; local
405 Arrow arrow; local
425 Arrow arrow; local
444 Arrow arrow; local
456 Arrow *arrow = new Arrow(); local
470 Arrow *arrow = new Arrow(); local
484 Arrow* arrow = new Arrow(); local
506 Arrow arrow; local
533 Arrow arrow; local
551 Arrow arrow; local
576 Arrow arrow; local
594 Arrow arrow; local
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_border.h 24 // Renders a border, with optional arrow, and a custom dropshadow.
28 // Possible locations for the (optional) arrow.
32 // 3 bit specifies whether the arrow at the center of its residing edge.
40 enum Arrow {
53 NONE = 16, // No arrow. Positioned under the supplied rect.
54 FLOAT = 17, // No arrow. Centered over the supplied rect.
67 // The tip of the arrow points to the middle of the anchor.
69 // The edge nearest to the arrow is lined up with the edge of the anchor.
73 // The way the arrow should be painted.
75 // Fully render the arrow
126 Arrow arrow() const { return arrow_; } function in class:views::BubbleBorder
    [all...]

Completed in 101 milliseconds