OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containing_view
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/download/
download_shelf.h
96
// |
containing_view
| is the View subclass within which the progress animation
112
views::View*
containing_view
,
122
views::View*
containing_view
,
131
views::View*
containing_view
,
download_shelf.cc
160
views::View*
containing_view
,
195
int mirrored_x =
containing_view
->GetMirroredXForRect(bounds);
216
views::View*
containing_view
,
235
complete_bounds.set_x(
containing_view
->GetMirroredXForRect(complete_bounds));
247
views::View*
containing_view
,
266
complete_bounds.set_x(
containing_view
->GetMirroredXForRect(complete_bounds));
/external/chromium/chrome/browser/download/
download_util.h
164
// |
containing_view
| is the View subclass within which the progress animation
171
views::View*
containing_view
,
181
views::View*
containing_view
,
190
views::View*
containing_view
,
download_util.cc
364
views::View*
containing_view
,
395
int mirrored_x =
containing_view
->GetMirroredXForRect(background_bounds);
397
mirrored_x =
containing_view
->GetMirroredXForRect(foreground_bounds);
463
views::View*
containing_view
,
482
complete_bounds.set_x(
containing_view
->GetMirroredXForRect(complete_bounds));
498
views::View*
containing_view
,
517
complete_bounds.set_x(
containing_view
->GetMirroredXForRect(complete_bounds));
[
all
...]
/external/chromium/chrome/browser/ui/views/
select_file_dialog.cc
490
HtmlDialogView*
containing_view
= static_cast<HtmlDialogView*>(*delegate);
local
491
DCHECK(
containing_view
);
493
containing_view
->GetWindow()->UpdateWindowTitle();
494
containing_view
->GetWindow()->non_client_view()->SchedulePaint();
Completed in 677 milliseconds