HomeSort by relevance Sort by last modified time
    Searched defs:hud (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 99 scoped_ptr<HeadsUpDisplayLayerImpl> hud = local
115 // Create hud and add it as a child of root.
117 SetLayerPropertiesForTesting(hud.get(),
124 hud->SetDrawsContent(true);
126 host_impl().active_tree()->set_hud_layer(hud.get());
127 root->AddChild(hud.PassAs<LayerImpl>());
137 // Hit testing for a point inside HUD, but outside root should return null
148 // Hit testing for a point inside should return the root layer, never the HUD
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 376 TouchHudDebug* hud = controller->touch_hud_debug(); local
377 if (hud) {
378 scoped_ptr<base::ListValue> list = hud->GetLogAsList();
380 value->Set(base::Int64ToString(hud->display_id()), list.release());

Completed in 47 milliseconds