OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetContentsView
(Results
51 - 75
of
99
) sorted by null
1
2
3
4
/external/chromium_org/ash/wm/
partial_screenshot_view.cc
124
widget->
SetContentsView
(this);
system_modal_container_layout_manager.cc
162
modal_background_->
SetContentsView
(contents_view);
/external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc
195
phantom_widget->
SetContentsView
(content_view);
/external/chromium_org/chrome/browser/chromeos/login/
webui_screen_locker.cc
69
lock_window_->
SetContentsView
(this);
/external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc
73
host_->
SetContentsView
(view_);
sad_tab_view.cc
252
sad_tab->
SetContentsView
(this);
fullscreen_exit_bubble_views.cc
290
popup_->
SetContentsView
(view_);
/external/chromium_org/chrome/browser/ui/views/tabs/
dragged_tab_view.cc
49
container_->
SetContentsView
(this);
/external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc
50
child->
SetContentsView
(contents_view);
/external/chromium_org/ui/views/corewm/
tooltip_aura.cc
224
widget_->
SetContentsView
(&label_);
/external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc
229
widget->
SetContentsView
(image);
/external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc
323
html_container_->
SetContentsView
(html_contents_->view());
331
frame_container_->
SetContentsView
(this);
/external/chromium_org/ash/shelf/
shelf_widget.cc
358
dimmer_->
SetContentsView
(dimmer_view_);
527
SetContentsView
(delegate_view_);
/external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc
347
html_container_->
SetContentsView
(html_contents_->view());
354
frame_container_->
SetContentsView
(this);
/external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc
193
widget_->
SetContentsView
(container);
279
widget_->
SetContentsView
(container);
/external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc
278
control_view_host_->
SetContentsView
(control);
/external/chromium/chrome/browser/ui/views/bubble/
bubble.cc
218
SetContentsView
(contents_view);
/external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc
149
widget_->
SetContentsView
(this);
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc
218
widget->
SetContentsView
(this);
/external/chromium_org/ui/views/widget/
widget.cc
387
SetContentsView
(non_client_view_);
397
SetContentsView
(params.delegate->GetContentsView());
469
void Widget::
SetContentsView
(View* view) {
470
// Do not
SetContentsView
() again if it is already set to the same view.
473
root_view_->
SetContentsView
(view);
480
// when initializing the widget, or don't call
SetContentsView
().
[
all
...]
widget_unittest.cc
584
widget->
SetContentsView
(delegate_view);
965
widget.
SetContentsView
(contents_view);
[
all
...]
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc
172
title_window_->
SetContentsView
(title_content_);
/external/chromium/chrome/browser/chromeos/login/
background_view.cc
183
window->
SetContentsView
(*view);
/external/chromium_org/ash/wm/overview/
window_overview.cc
430
selection_widget_->
SetContentsView
(content_view);
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc
220
popup_->
SetContentsView
(this);
Completed in 705 milliseconds
1
2
3
4