OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dialog_size
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc
85
gfx::Size
dialog_size
;
local
86
delegate->GetDialogSize(&
dialog_size
);
88
dialog_size
.width(),
89
dialog_size
.height());
html_dialog_gtk.cc
157
gfx::Size
dialog_size
;
local
158
delegate_->GetDialogSize(&
dialog_size
);
161
dialog_size
.width(),
162
dialog_size
.height());
/external/chromium_org/chrome/browser/ui/gtk/
constrained_web_dialog_delegate_gtk.cc
117
gfx::Size
dialog_size
;
local
118
delegate->GetDialogSize(&
dialog_size
);
122
dialog_size
.width(),
123
dialog_size
.height());
web_dialog_gtk.cc
240
gfx::Size
dialog_size
;
local
241
delegate_->GetDialogSize(&
dialog_size
);
242
if (!
dialog_size
.IsEmpty()) {
244
dialog_size
.width(),
245
dialog_size
.height());
/external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc
95
gfx::Size
dialog_size
;
local
96
html_delegate_->GetDialogSize(&
dialog_size
);
98
dialog_size
.width(),
99
dialog_size
.height());
/external/chromium_org/chrome/browser/ui/views/
constrained_window_views_unittest.cc
118
gfx::Size
dialog_size
= GetDialogSize();
local
119
gfx::Size max_dialog_size =
dialog_size
;
123
EXPECT_EQ(
dialog_size
.ToString(), GetDialogSize().ToString());
/external/chromium_org/chrome/browser/apps/
app_browsertest.cc
164
gfx::Size
dialog_size
() {
function in class:extensions::__anon3992::ScopedPreviewTestingDelegate
[
all
...]
Completed in 213 milliseconds