OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:border_contents
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h
25
void Init(BorderContents*
border_contents
, HWND owner);
38
BorderContents*
border_contents
() { return border_contents_; }
function in class:BorderWidgetWin
border_contents_unittest.cc
5
#include "chrome/browser/ui/views/bubble/
border_contents
.h"
34
TestBorderContents
border_contents
;
local
35
border_contents
.Init();
40
border_contents
.set_monitor_bounds(gfx::Rect(0, 0, 1000, 1000));
41
border_contents
.SizeAndGetBounds(
49
border_contents
.bubble_border()->arrow_location();
58
border_contents
.SizeAndGetBounds(
64
arrow_location =
border_contents
.bubble_border()->arrow_location();
74
border_contents
.SizeAndGetBounds(
80
arrow_location =
border_contents
.bubble_border()->arrow_location()
191
TestBorderContents
border_contents
;
local
214
TestBorderContents
border_contents
;
local
[
all
...]
/external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc
9
#include "chrome/browser/ui/views/bubble/
border_contents
.h"
80
BorderContents*
border_contents
() {
function in class:__anon5111::BubbleWidget
118
// Added
border_contents
before |view_| so it will paint under it.
119
contents_view->AddChildView(pop->
border_contents
());
150
BorderContents*
border_contents
=
local
151
static_cast<BubbleWidget*>(popup_)->
border_contents
();
156
border_contents
->SizeAndGetBounds(GetAbsoluteRelativeTo(),
160
border_contents
->SetBoundsRect(gfx::Rect(gfx::Point(), window_bounds.size()));
Completed in 499 milliseconds