/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 | 225 bool needs_update = false; local 227 needs_update |= layer1->NeedsIdlePaint(); 229 needs_update |= layer2->NeedsIdlePaint(); 238 return needs_update; 381 bool needs_update = UpdateAndPush(layer, layer_impl); local 383 EXPECT_TRUE(needs_update); 390 needs_update = UpdateAndPush(layer, layer_impl); 391 EXPECT_TRUE(needs_update); 396 needs_update = UpdateAndPush(layer, layer_impl); 404 EXPECT_FALSE(needs_update); 449 bool needs_update = UpdateAndPush(layer, layer_impl); local 519 bool needs_update = UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2); local 736 bool needs_update = false; local 770 bool needs_update = UpdateAndPush(layer, layer_impl); local 812 bool needs_update = UpdateAndPush(layer, layer_impl); local [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
favicon_cache.cc | 826 bool needs_update = false; local [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_manager.cc | 1014 bool needs_update = local [all...] |
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl.cc | 1025 bool needs_update = false; local [all...] |