Searched refs:changes (Results 151 - 175 of 383) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DUIUtils.js716 * @param {!Array.<!Object>=} changes
719 WebInspector.highlightSearchResults = function(element, resultRanges, changes)
721 return WebInspector.highlightRangesWithStyleClass(element, resultRanges, "highlighted-search-result", changes);
747 * @param {!Array.<!Object>=} changes
750 WebInspector.highlightRangesWithStyleClass = function(element, resultRanges, styleClass, changes)
752 changes = changes || [];
792 changes.push({ node: lastTextNode, type: "changed", oldText: lastText, newText: lastTextNode.textContent });
796 changes.push({ node: highlightNode, type: "added", nextSibling: lastTextNode, parent: lastTextNode.parentElement });
801 changes
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc150 void HInstructionMap::Kill(SideEffects changes) { argument
151 if (!present_depends_on_.ContainsAnyOf(changes)) return;
163 if (depends_on.ContainsAnyOf(changes)) {
180 if (depends_on.ContainsAnyOf(changes)) { // Drop it.
569 os << "Try loop invariant motion for " << *block << " changes "
595 SideEffects changes = side_effects_tracker_.ComputeChanges(instr); local
600 << instr->Mnemonic() << ") changes " << Print(changes)
601 << ", depends on " << Print(depends_on) << ". Loop changes "
830 SideEffects changes local
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.cc38 // A database class that stores local file changes in a local database. This
137 // Mildly prioritizes the URLs that older changes and have not been updated
148 const FileSystemURL& url, FileChangeList* changes) {
150 DCHECK(changes);
151 changes->clear();
158 *changes = found->second.change_list;
432 FileChangeMap* changes,
434 ChangeInfo& info = (*changes)[url];
439 changes->erase(url);
147 GetChangesForURL( const FileSystemURL& url, FileChangeList* changes) argument
428 RecordChangeToChangeMaps( const FileSystemURL& url, const FileChange& change, int new_change_seq, FileChangeMap* changes, ChangeSeqMap* change_seqs) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store_unittest.cc70 const syncer::SyncChangeList& changes) OVERRIDE {
71 for (SyncChangeList::const_iterator it = changes.begin();
72 it != changes.end(); ++it) {
394 SyncChangeList changes; local
395 changes.push_back(SyncChange(FROM_HERE, SyncChange::ACTION_ADD,
397 changes.push_back(SyncChange(FROM_HERE, SyncChange::ACTION_ADD,
400 store_->ProcessSyncChanges(FROM_HERE, changes);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.cpp458 int32_t changes = 0;
467 lastState = state;++changes;
471 if (changes == 0) {
476 else if (changes != 2) {
477 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
480 errln("FAIL: useDaylightTime false but 2 changes seen");
482 if (changes != expectedChanges) {
483 dataerrln(UnicodeString("FAIL: ") + changes + " changes see
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp458 int32_t changes = 0;
467 lastState = state;++changes;
471 if (changes == 0) {
476 else if (changes != 2) {
477 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
480 errln("FAIL: useDaylightTime false but 2 changes seen");
482 if (changes != expectedChanges) {
483 dataerrln(UnicodeString("FAIL: ") + changes + " changes see
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java428 int changes = 0;
433 changes |= FILL_IN_ACTION;
439 changes |= FILL_IN_DATA;
444 changes |= FILL_IN_CATEGORIES;
449 changes |= FILL_IN_PACKAGE;
453 changes |= FILL_IN_COMPONENT;
457 return changes;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
340 Change the second and third paragraphs (page 179) to say (spec changes
372 Change section (page 180) to say (spec changes identica
[all...]
/external/mesa3d/docs/
H A DMESA_texture_array.spec163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
340 Change the second and third paragraphs (page 179) to say (spec changes
372 Change section (page 180) to say (spec changes identica
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc146 int changes() const { return changes_; } function in class:DictionaryObserverCounter
370 syncer::SyncChangeList changes; local
376 changes.push_back(syncer::SyncChange(
387 changes.push_back(syncer::SyncChange(
397 changes.push_back(syncer::SyncChange(
407 changes.push_back(syncer::SyncChange(
417 changes.push_back(syncer::SyncChange(
423 EXPECT_FALSE(dictionary->ProcessSyncChanges(FROM_HERE, changes).IsSet());
913 EXPECT_EQ(0, observer.changes());
933 EXPECT_EQ(2, observer.changes());
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc525 // size, which is in DIP, changes when the scale changes.
531 XWindowChanges changes = {0}; local
535 changes.width = bounds.width();
536 changes.height = bounds.height();
541 changes.x = bounds.x();
542 changes.y = bounds.y();
546 XConfigureWindow(xdisplay_, xwindow_, value_mask, &changes);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DFrame.java620 boolean changes = false;
625 changes |= true;
628 return changes;
641 boolean changes = false;
645 changes = true;
648 return changes;
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbgnubbydevice.js108 var changes = false;
115 changes = true;
120 if (changes) this.clients = remaining;
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service_unittest.cc56 const SyncChangeList& changes() const { return change_list_; } function in class:__anon4749::MockChangeProcessor
167 EXPECT_EQ(0u, change_processor()->changes().size());
277 EXPECT_EQ(1u, change_processor()->changes().size());
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc229 const syncer::ImmutableChangeRecordList& changes) {
252 changes.Get().begin(); it != changes.Get().end(); ++it) {
302 // Make sure we stop listening for changes while we're modifying the backend,
303 // so we don't try to re-apply these changes to the sync DB.
226 ApplyChangesFromSyncModel( const syncer::BaseTransaction* trans, int64 model_version, const syncer::ImmutableChangeRecordList& changes) argument
H A Dsync_backend_registrar.h112 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js130 // bookmarks.onRemoved is triggered after the changes have been persisted.
310 // Start observing policy changes. The tree is reloaded since this may be
312 chrome.storage.onChanged.addListener(function(changes, namespace) {
316 Object.keys(changes).forEach(function(policyName) {
317 tree.update(policyToNodeId[policyName], changes[policyName].newValue);
/external/chromium_org/content/renderer/media/android/
H A Drenderer_media_player_manager.cc344 std::map<int, gfx::RectF>* changes) {
345 DCHECK(changes->empty());
354 (*changes)[player_it->first] = player->GetBoundaryRectangle();
343 RetrieveGeometryChanges( std::map<int, gfx::RectF>* changes) argument
H A Drenderer_media_player_manager.h127 // Gets the list of media players with video geometry changes.
128 void RetrieveGeometryChanges(std::map<int, gfx::RectF>* changes);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A Dgenerate-inspector-protocol-version32 # Tests that subsequent protocol changes are not breaking backwards compatibility.
46 # Adding --show_changes to the command line prints out a list of valid public API changes.
401 sys.stderr.write("Usage: %s -o OUTPUT_FILE INPUT_FILE [--show-changes]\n" % sys.argv[0])
426 if len(sys.argv) > 4 and sys.argv[4] == "--show-changes":
427 changes = compare_schemas(
429 if len(changes) > 0:
430 print " Public changes since %s:" % version
431 for change in changes:
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc185 syncer::SyncChangeList changes; local
196 changes.push_back(syncer::SyncChange(
207 changes.push_back(syncer::SyncChange(
217 manager->ProcessSyncChanges(FROM_HERE, changes);
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.h37 // local service into transactions and receiving changes from the sync model,
61 // Build and store a list of all changes into |syncer_changes_|.
65 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
136 // The SyncableService this change processor will forward changes on to.
139 // A SyncMergeResult used to track the changes made during association. The
141 // the pointer is valid though, we increment it with any changes received
145 // The current list of changes received from the syncer. We buffer because
153 // listening to changes (the local_service_ will be interacting with us
/external/chromium_org/extensions/browser/value_store/
H A Dleveldb_value_store.h66 // Adds a setting to a WriteBatch, and logs the change in |changes|. For use
72 ValueStoreChangeList* changes);
74 // Commits the changes in |batch| to the database.
/external/chromium_org/net/cert/
H A Dcrl_set_storage.cc103 // header's "DeltaFrom" value. The delta describes the changes to each CRL
207 // kMaxUncompressedChangesLength is the largest changes array that we'll
249 std::vector<uint8> changes; local
250 if (!ReadChanges(data, &changes))
254 for (std::vector<uint8>::const_iterator k = changes.begin();
255 k != changes.end(); ++k) {
/external/chromium_org/sync/tools/
H A Dsync_client.cc137 const ImmutableChangeRecordList& changes) OVERRIDE {
141 size_t change_count = changes.Get().size();
143 changes.Get().begin(); it != changes.Get().end(); ++it) {

Completed in 841 milliseconds

1234567891011>>