OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_frame_style_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc
155
actual_frame_style_
(ANCHOR_TOP_LEFT),
213
// |requested_frame_style_| is used instead of |
actual_frame_style_
| here
214
// because |
actual_frame_style_
| is only correct after calling
427
FrameStyle old_frame_style =
actual_frame_style_
;
430
actual_frame_style_
= GetAllowedFrameStyle(
437
if (force_move_and_reshape ||
actual_frame_style_
!= old_frame_style) {
455
actual_frame_style_
, allocation.width, allocation.height,
479
if (IsFixed(
actual_frame_style_
)) {
486
int x_offset =
actual_frame_style_
== FIXED_TOP_LEFT ?
491
} else if (!HasArrow(
actual_frame_style_
) ||
[
all
...]
bubble_gtk_browsertest.cc
92
EXPECT_EQ(points[i].expected, bubble->
actual_frame_style_
);
133
EXPECT_EQ(points[i].expected, bubble->
actual_frame_style_
);
bubble_gtk.h
229
// FrameStyle, this may be changed and differ from |
actual_frame_style_
|.
233
FrameStyle
actual_frame_style_
;
member in class:BubbleGtk
Completed in 224 milliseconds