Searched defs:Arrow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/memory/
H A Dweak_ptr_unittest.cc51 struct Arrow { struct in namespace:base::__anon2363
69 void CreateArrowFromTarget(Arrow** arrow, Target* target) {
78 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) {
95 void CopyAndAssignArrow(Arrow* object) {
104 void CopyAndAssignArrowBase(Arrow* object) {
113 void DeleteArrow(Arrow* object) {
121 Target* DeRef(const Arrow* arrow) {
132 static void DoCreateArrowFromArrow(Arrow** arrow,
133 const Arrow* othe
[all...]
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.h68 enum Arrow { enum in class:views::BubbleBorder
111 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
124 static bool has_arrow(Arrow a) { return a < NONE; }
126 static bool is_arrow_on_left(Arrow a) {
130 static bool is_arrow_on_top(Arrow a) {
134 static bool is_arrow_on_horizontal(Arrow a) {
138 static bool is_arrow_at_center(Arrow a) {
142 static Arrow horizontal_mirror(Arrow a) {
144 a : static_cast<Arrow>(
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp221 unsigned makeDot(const NamedDecl *D, bool Arrow) { argument
222 return make(EOP_Dot, Arrow ? 1 : 0, D);

Completed in 523 milliseconds