Searched refs:needs_update (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dlist.py11 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/
H A Dtiled_layer_unittest.cc231 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/components/autofill/core/browser/
H A Dautofill_manager.cc1037 bool needs_update = local
1040 for (size_t i = 0; !needs_update && i < cached_form->field_count(); ++i) {
1041 needs_update = *cached_form->field(i) != live_form.fields[i];
1044 if (!needs_update)
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc827 bool needs_update = false; local
832 needs_update = true;
838 needs_update = true;
844 needs_update = true;
847 if (needs_update)
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc1053 bool needs_update = false; local
1055 &url, browser_context_, &needs_update);
1056 new_entry->set_update_virtual_url_with_url(needs_update);
1062 update_virtual_url = needs_update;

Completed in 167 milliseconds