HomeSort by relevance Sort by last modified time
    Searched refs:init_params (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 81 views::TrayBubbleView::InitParams init_params = local
83 init_params.min_width += kMarginBetweenItems * 2;
84 init_params.max_width += kMarginBetweenItems * 2;
85 init_params.max_height = max_height();
86 init_params.can_activate = true;
87 init_params.first_item_has_no_margin = first_item_has_no_margin_;
88 return init_params;
message_bubble_base.cc 71 views::TrayBubbleView::InitParams init_params(
76 init_params.arrow_color = kBackgroundDarkColor;
77 return init_params;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client_unittest.cc 18 Widget::InitParams init_params = local
20 init_params.bounds = gfx::Rect(10, 11, 200, 200);
21 init_params.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
22 init_params.native_widget = new DesktopNativeWidgetAura(&parent_widget);
23 parent_widget.Init(init_params);
desktop_native_widget_aura.cc 71 Widget::InitParams init_params; local
72 init_params.type = Widget::InitParams::TYPE_WINDOW;
73 init_params.bounds = bounds;
74 init_params.ownership = Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET;
75 init_params.layer_type = ui::LAYER_NOT_DRAWN;
80 full_screen_handler->full_screen_widget_->Init(init_params);
  /external/chromium_org/chrome/browser/ui/views/
tab_modal_confirm_dialog_views.cc 45 views::MessageBoxView::InitParams init_params(delegate->GetMessage());
46 init_params.inter_row_vertical_spacing =
48 message_box_view_ = new views::MessageBoxView(init_params);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 20 Widget::InitParams init_params = local
22 init_params.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
23 widget.Init(init_params);
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 267 InitParams* init_params) {
269 if (init_params->anchor_type == ANCHOR_TYPE_TRAY) {
270 if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_BOTTOM) {
271 init_params->arrow = base::i18n::IsRTL() ?
273 } else if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_TOP) {
274 init_params->arrow = BubbleBorder::TOP_LEFT;
275 } else if (init_params->anchor_alignment == ANCHOR_ALIGNMENT_LEFT) {
276 init_params->arrow = BubbleBorder::LEFT_BOTTOM;
278 init_params->arrow = BubbleBorder::RIGHT_BOTTOM;
281 init_params->arrow = BubbleBorder::NONE
    [all...]
tray_bubble_view.h 109 // Constructs and returns a TrayBubbleView. init_params may be modified.
113 InitParams* init_params);
166 const InitParams& init_params);
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 121 GPUCreateCommandBufferConfig init_params; local
122 init_params.share_group_id =
124 init_params.allowed_extensions = allowed_extensions;
125 init_params.attribs = attribs;
126 init_params.active_url = active_url;
127 init_params.gpu_preference = gpu_preference;
128 int32 route_id = factory_->CreateViewCommandBuffer(surface_id, init_params);
150 GPUCreateCommandBufferConfig init_params; local
151 init_params.share_group_id =
153 init_params.allowed_extensions = allowed_extensions
    [all...]
gpu_channel_host.h 72 int32 surface_id, const GPUCreateCommandBufferConfig& init_params) = 0;
  /external/chromium_org/ash/system/tray/
system_tray.cc 87 TrayBubbleView::InitParams* init_params) {
91 bubble_->InitView(anchor, login_status, init_params);
449 TrayBubbleView::InitParams init_params(TrayBubbleView::ANCHOR_TYPE_TRAY,
453 init_params.can_activate = can_activate;
454 init_params.first_item_has_no_margin =
459 init_params.max_height = default_bubble_height_;
460 init_params.arrow_color = kBackgroundColor;
462 init_params.arrow_color = kHeaderBackgroundColor;
464 init_params.arrow_offset = arrow_offset;
467 init_params.arrow_paint_type = views::BubbleBorder::PAINT_NORMAL
    [all...]
system_tray_bubble.h 41 // Also creates |bubble_wrapper_|. |init_params| may be modified.
44 views::TrayBubbleView::InitParams* init_params);
system_tray_bubble.cc 254 TrayBubbleView::InitParams* init_params) {
258 init_params->max_height < kDetailedBubbleMaxHeight) {
259 init_params->max_height = kDetailedBubbleMaxHeight;
261 init_params->close_on_deactivate = false;
264 tray_->GetBubbleWindowContainer(), anchor, tray_, init_params);
  /external/chromium_org/content/browser/renderer_host/
gpu_message_filter.cc 30 init_params(init_params_),
34 GPUCreateCommandBufferConfig init_params; member in struct:content::GpuMessageFilter::CreateViewCommandBufferRequest
109 request->init_params,
175 const GPUCreateCommandBufferConfig& init_params,
199 new CreateViewCommandBufferRequest(surface_id, init_params, reply));
218 init_params,
gpu_message_filter.h 65 const GPUCreateCommandBufferConfig& init_params,
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1302 Widget::InitParams init_params = local
1339 Widget::InitParams init_params = local
1403 Widget::InitParams init_params = local
1423 Widget::InitParams init_params = local
1472 Widget::InitParams init_params; local
1559 Widget::InitParams init_params = local
1863 Widget::InitParams init_params = local
    [all...]
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 33 const GPUCreateCommandBufferConfig& init_params) OVERRIDE;
78 const GPUCreateCommandBufferConfig& init_params);
browser_gpu_channel_host_factory.cc 89 const GPUCreateCommandBufferConfig& init_params) {
103 init_params,
117 const GPUCreateCommandBufferConfig& init_params) {
124 init_params));
gpu_process_host.h 109 const GPUCreateCommandBufferConfig& init_params,
  /external/chromium_org/content/common/gpu/
gpu_channel.h 113 const GPUCreateCommandBufferConfig& init_params,
173 const GPUCreateCommandBufferConfig& init_params,
gpu_channel.cc 610 const GPUCreateCommandBufferConfig& init_params,
621 GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
640 init_params.allowed_extensions,
641 init_params.attribs,
642 init_params.gpu_preference,
648 init_params.active_url));
852 const GPUCreateCommandBufferConfig& init_params,
855 GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
867 init_params.allowed_extensions,
868 init_params.attribs
    [all...]
gpu_channel_manager.h 120 const GPUCreateCommandBufferConfig& init_params);
gpu_channel_manager.cc 168 const GPUCreateCommandBufferConfig& init_params) {
175 window, surface_id, init_params, &route_id);
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 159 views::Widget::InitParams init_params(views::Widget::InitParams::TYPE_WINDOW);
160 init_params.delegate = this;
161 init_params.remove_standard_frame = ShouldUseChromeStyleFrame();
162 init_params.use_system_default_icon = true;
165 init_params.top_level = true;
170 init_params.bounds = window_bounds;
171 window_->Init(init_params);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 181 views::TrayBubbleView::InitParams init_params = local
187 init_params.arrow_offset = bounds.x();
190 tray->GetBubbleWindowContainer(), anchor, tray, &init_params);

Completed in 1194 milliseconds

1 2