HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 176 - 200 of 559) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/sync/glue/
session_change_processor.cc 211 const syncer::ImmutableChangeRecordList& changes) {
224 changes.Get().begin(); it != changes.Get().end(); ++it) {
typed_url_change_processor.cc 246 const syncer::ImmutableChangeRecordList& changes) {
266 changes.Get().begin(); it != changes.Get().end(); ++it) {
313 // Make sure we stop listening for changes while we're modifying the backend,
314 // so we don't try to re-apply these changes to the sync DB.
bookmark_change_processor.h 30 // This class is responsible for taking changes from the BookmarkModel
65 // The change processor implementation, responsible for applying changes from
70 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
183 // The bookmark model we are processing changes from. Non-NULL when
sync_backend_registrar.h 109 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 815 history::URLsDeletedDetails changes; local
852 history::URLsDeletedDetails changes; local
895 history::URLsDeletedDetails changes; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 32 # 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:
  /frameworks/base/core/java/android/app/
ResourcesManager.java 232 int changes = mResConfiguration.updateFrom(config); local
239 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
290 return changes != 0;
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.h 19 // This class is responsible for taking changes from the BookmarkModel
53 // The change processor implementation, responsible for applying changes from
57 const sync_api::SyncManager::ChangeRecord* changes,
161 // The bookmark model we are processing changes from. Non-NULL when
extension_change_processor.cc 97 const sync_api::SyncManager::ChangeRecord* changes,
104 const sync_api::SyncManager::ChangeRecord& change = changes[i];
session_change_processor.cc 154 const sync_api::SyncManager::ChangeRecord* changes,
171 const sync_api::SyncManager::ChangeRecord& change = changes[i];
  /external/chromium_org/android_webview/tools/
find_copyrights.pl 72 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) {
78 return ($license =~ /(All changes made in this file will be lost' .
  /external/chromium_org/base/process/
launch.h 186 // given environment and the list of changes given in |changes|. Each key in
192 BASE_EXPORT char** AlterEnvironment(const EnvironmentVector& changes,
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 58 // Called directly by HistoryBackend when local url data changes.
86 // notification. We use this to throttle the number of sync changes we send
95 syncer::SyncChangeList* changes);
126 // Whether we're currently processing changes from the syncer. While this is
127 // true, we ignore any local url changes, since we triggered them.
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 35 // A database class that stores local file changes in a local database. This
130 // Mildly prioritizes the URLs that older changes and have not been updated
141 const FileSystemURL& url, FileChangeList* changes) {
143 DCHECK(changes);
144 changes->clear();
148 *changes = found->second.change_list;
local_file_change_tracker.h 34 // Tracks local file changes for cloud-backed file systems.
63 // Retrieves an array of |url| which have more than one pending changes.
66 // change_seq numbers (i.e. older changes).
70 // Returns all changes recorded for the given |url|.
73 FileChangeList* changes);
75 // Clears the pending changes recorded in this tracker for |url|.
78 // Called by FileSyncService at the startup time to restore last dirty changes
135 // Change sequence number. Briefly gives a hint about the order of changes,
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 431 std::vector<AutofillChange>* changes) {
432 return AddFormFieldValuesTime(elements, changes, Time::Now());
436 std::vector<AutofillChange>* changes) {
437 return AddFormFieldValueTime(element, changes, Time::Now());
493 std::vector<AutofillChange>* changes) {
494 DCHECK(changes);
536 changes->push_back(AutofillChange(change_type,
544 std::vector<AutofillChange>* changes) {
545 DCHECK(changes);
603 changes->clear()
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 126 const std::vector<CookieNotification>& changes() const { return changes_; } function in class:net::MockCookieMonsterDelegate
cookie_monster_unittest.cc     [all...]
  /external/chromium_org/remoting/webapp/
host_session.js 62 * for notification of changes to the NAT traversal policy.
64 * Callback for notifications of changes to the host plugin's state.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 286 Property changes on: Makefile.shared
295 expectedNextLine => "Property changes on: Makefile.shared\n",
304 Property changes on: Makefile.shared
314 expectedNextLine => "Property changes on: Makefile.shared\r\n",
366 Property changes on: Makefile.shared
375 expectedNextLine => "Property changes on: Makefile.shared\n",
386 Property changes on: Makefile.shared
396 expectedNextLine => "Property changes on: Makefile.shared\r\n",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 236 List<Change> changes = new ArrayList<Change>(); local
242 return changes;
246 handleIncludingFile(changes, sourceFile, mSelectionStart, mSelectionEnd,
300 handleIncludingFile(changes, file, begin,
329 changes.add(addFile);
340 changes.add(finishHook);
342 return changes;
345 private void handleIncludingFile(List<Change> changes,
350 changes.add(change);
WrapInRefactoring.java 205 List<Change> changes = new ArrayList<Change>(); local
207 return changes;
405 changes.add(change);
406 return changes;
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 244 const std::vector<sync_api::SyncManager::ChangeRecord>& changes() { function in class:browser_sync::__anon4915::FakeServerChange
597 for (it = adds.changes().begin(); it != adds.changes().end(); ++it)
603 for (it = adds.changes().begin(); it != adds.changes().end(); ++it)
622 // Test that the property changes have not yet taken effect.
632 // Apply the changes.
636 for (it = mods.changes().begin(); it != mods.changes().end(); ++it)
680 for (it = adds.changes().begin(); it != adds.changes().end(); ++it
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 192 changes made to the primary target, by knowing I<what> has changed and I<how>.
198 should be helpful to determine the actual changes.
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 100 if (!result->changes().empty()) {
105 ValueStoreChange::ToJson(result->changes()));

Completed in 1000 milliseconds

1 2 3 4 5 6 78 91011>>