HomeSort by relevance Sort by last modified time
    Searched full:update_list (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_common_perftest.cc 93 RenderSurfaceLayerList update_list; variable
107 &update_list,
150 LayerImplList update_list; local
162 &update_list,
layer_tree_host.cc 813 RenderSurfaceLayerList update_list; local
830 // that we won't be able to detect if a layer is part of |update_list|.
844 &update_list,
878 update_list, queue, &did_paint_content, &need_more_updates);
925 const RenderSurfaceLayerList& update_list) {
928 LayerIteratorType end = LayerIteratorType::End(&update_list);
929 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list);
960 const RenderSurfaceLayerList& update_list) {
967 for (size_t i = 1; i < update_list.size(); ++i) {
968 Layer* render_surface_layer = update_list.at(i)
    [all...]
layer_tree_host.h 341 void SetPrioritiesForLayers(const RenderSurfaceLayerList& update_list);
343 const RenderSurfaceLayerList& update_list);
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 64 private static final int UPDATE_LIST = 42;
133 if (requestCode == UPDATE_LIST && resultCode == RESULT_OK && data != null) {
337 startActivityForResult(i, UPDATE_LIST);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 78 // adds to |update_list| the work item to update the corresponding "ap"
85 WorkItemList* update_list) {
98 update_list->AddSetRegValueWorkItem(reg_root,
138 update_list(WorkItem::CreateNoRollbackWorkItemList());
148 update_list.get());
149 bool success = update_list->Do();
    [all...]
  /external/chromium_org/sync/engine/
model_type_sync_worker_impl_unittest.cc 108 void DeliverRawUpdates(const SyncEntityList& update_list);
    [all...]

Completed in 132 milliseconds