/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/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader_multipart.py | 123 needs_update = False 128 needs_update = True 129 if not needs_update:
|
/external/chromium_org/cc/layers/ |
tiled_layer_unittest.cc | 176 bool needs_update = false; local 178 needs_update |= layer1->NeedsIdlePaint(); 180 needs_update |= layer2->NeedsIdlePaint(); 189 return needs_update; 342 bool needs_update = UpdateAndPush(layer, layer_impl); local 344 EXPECT_TRUE(needs_update); 351 needs_update = UpdateAndPush(layer, layer_impl); 352 EXPECT_TRUE(needs_update); 357 needs_update = UpdateAndPush(layer, layer_impl); 365 EXPECT_FALSE(needs_update); 410 bool needs_update = UpdateAndPush(layer, layer_impl); local 480 bool needs_update = UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2); local 700 bool needs_update = false; local 734 bool needs_update = UpdateAndPush(layer, layer_impl); local 776 bool needs_update = UpdateAndPush(layer, layer_impl); local [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
favicon_cache.cc | 847 bool needs_update = false; local [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_manager.cc | 909 bool needs_update = local [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_mac.mm | 714 bool needs_update = (suggest_text_length_ > 0); 721 needs_update = true; 724 if (needs_update) { [all...] |
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl.cc | 1008 bool needs_update = false; local [all...] |