HomeSort by relevance Sort by last modified time
    Searched refs:needs_update (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
list.py 11 needs_update = local_bundle and local_manifest.BundleNeedsUpdate(bundle)
12 if needs_update:
15 _PrintBundle(local_bundle, bundle, needs_update, display_revisions)
29 def _PrintBundle(local_bundle, bundle, needs_update, display_revisions):
36 if needs_update:
45 '*' if needs_update else ' ',
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 167 bool needs_update = false; local
169 needs_update |= layer1->NeedsIdlePaint();
171 needs_update |= layer2->NeedsIdlePaint();
180 return needs_update;
331 bool needs_update = UpdateAndPush(layer, layer_impl); local
333 EXPECT_TRUE(needs_update);
340 needs_update = UpdateAndPush(layer, layer_impl);
341 EXPECT_TRUE(needs_update);
346 needs_update = UpdateAndPush(layer, layer_impl);
354 EXPECT_FALSE(needs_update);
399 bool needs_update = UpdateAndPush(layer, layer_impl); local
469 bool needs_update = UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2); local
689 bool needs_update = false; local
723 bool needs_update = UpdateAndPush(layer, layer_impl); local
765 bool needs_update = UpdateAndPush(layer, layer_impl); local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 846 bool needs_update = false; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 1019 bool needs_update = local
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 1000 bool needs_update = false; local
    [all...]

Completed in 83 milliseconds