HomeSort by relevance Sort by last modified time
    Searched full: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 231 bool needs_update = false; local
233 needs_update |= layer1->NeedsIdlePaint();
235 needs_update |= layer2->NeedsIdlePaint();
244 return needs_update;
408 bool needs_update = UpdateAndPush(layer, layer_impl); local
410 EXPECT_TRUE(needs_update);
417 needs_update = UpdateAndPush(layer, layer_impl);
418 EXPECT_TRUE(needs_update);
423 needs_update = UpdateAndPush(layer, layer_impl);
431 EXPECT_FALSE(needs_update);
476 bool needs_update = UpdateAndPush(layer, layer_impl); local
546 bool needs_update = UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2); local
763 bool needs_update = false; local
797 bool needs_update = UpdateAndPush(layer, layer_impl); local
839 bool needs_update = UpdateAndPush(layer, layer_impl); local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 827 bool needs_update = false; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 1037 bool needs_update = local
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 1053 bool needs_update = false; local
    [all...]

Completed in 961 milliseconds