HomeSort by relevance Sort by last modified time
    Searched full:init_params (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/content/common/gpu/
gpu_channel_manager.h 125 const GPUCreateCommandBufferConfig& init_params);
gpu_channel.h 120 const GPUCreateCommandBufferConfig& init_params,
183 const GPUCreateCommandBufferConfig& init_params,
gpu_channel_manager.cc 168 const GPUCreateCommandBufferConfig& init_params) {
175 window, surface_id, init_params, &route_id);
gpu_messages.h 273 GPUCreateCommandBufferConfig /* init_params */)
338 GPUCreateCommandBufferConfig, /* init_params */
458 GPUCreateCommandBufferConfig, /* init_params */
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 89 Widget::InitParams init_params; local
90 init_params.type = full_screen ? Widget::InitParams::TYPE_WINDOW :
92 init_params.bounds = bounds;
93 init_params.ownership = Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET;
94 init_params.layer_type = ui::LAYER_NOT_DRAWN;
95 init_params.can_activate = full_screen;
99 top_level_handler->top_level_widget_->Init(init_params);
    [all...]
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 310 init_params(params, callbacks);
344 init_params(params, callbacks);
381 init_params(params, callbacks);
402 init_params(params, callbacks);
419 init_params(params, callbacks);
indexed_db_dispatcher.h 171 void init_params(T& params, blink::WebIDBCallbacks* callbacks_ptr) { function in class:content::IndexedDBDispatcher
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 213 views::TrayBubbleView::InitParams init_params = local
219 init_params.arrow_offset = bounds.x();
222 tray->GetBubbleWindowContainer(), anchor, tray, &init_params);
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h 70 virtual void OnBeforeWidgetInit(views::Widget::InitParams* init_params,
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 114 const GPUCreateCommandBufferConfig& init_params,
gpu_process_host.cc 700 const GPUCreateCommandBufferConfig& init_params,
708 compositing_surface, surface_id, client_id, init_params))) {
    [all...]
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 74 int32 surface_id, const GPUCreateCommandBufferConfig& init_params) = 0;
  /external/chromium_org/content/renderer/
render_thread_impl.h 367 const GPUCreateCommandBufferConfig& init_params) OVERRIDE;
render_thread_impl.cc     [all...]

Completed in 957 milliseconds

12