OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasArrow
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h
100
bool
HasArrow
() const;
autofill_dialog_types.cc
97
bool DialogNotification::
HasArrow
() const {
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc
49
bool
HasArrow
(BubbleGtk::FrameStyle frame_style) {
217
int arrow_padding =
HasArrow
(requested_frame_style_) ? kArrowSize : 0;
397
if (!
HasArrow
(preferred_style))
491
} else if (!
HasArrow
(actual_frame_style_) ||
/external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc
87
TEST_F(BubbleBorderTest,
HasArrow
) {
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h
292
bool
HasArrow
();
298
// If
HasArrow
() is true, the arrow should point at this.
autofill_dialog_views.cc
746
if (
HasArrow
()) {
771
bool AutofillDialogViews::NotificationArea::
HasArrow
() {
772
return !notifications_.empty() && notifications_[0].
HasArrow
() &&
[
all
...]
Completed in 255 milliseconds