HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 201 - 225 of 638) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.h 109 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer.h 172 const FileChangeList& changes);
metadata_database_unittest.cc 446 ScopedVector<google_apis::ChangeResource>* changes) {
447 changes->push_back(change.release());
573 ScopedVector<google_apis::ChangeResource> changes) {
577 changes.Pass(), CreateResultReceiver(&status));
909 ScopedVector<google_apis::ChangeResource> changes; local
911 CreateChangeResourceFromMetadata(renamed_file.metadata), &changes); local
913 CreateChangeResourceFromMetadata(reorganized_file.metadata), &changes); local
915 CreateChangeResourceFromMetadata(updated_file.metadata), &changes); local
917 CreateChangeResourceFromMetadata(noop_file.metadata), &changes); local
919 CreateChangeResourceFromMetadata(new_file.metadata), &changes); local
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 185 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/
generic_change_processor.h 36 // local service into transactions and receiving changes from the sync model,
56 // Build and store a list of all changes into |syncer_changes_|.
60 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
129 // The SyncableService this change processor will forward changes on to.
132 // A SyncMergeResult used to track the changes made during association. The
134 // the pointer is valid though, we increment it with any changes received
138 // The current list of changes received from the syncer. We buffer because
146 // listening to changes (the local_service_ will be interacting with us
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.h 120 // Gets the list of media players with video geometry changes.
121 void RetrieveGeometryChanges(std::map<int, gfx::RectF>* changes);
  /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_it2me_dispatcher.js 75 * invoke when the host state changes.
77 * the nat traversal policy changes.
host_session.js 62 * Callback for notifications of changes to the host plugin's state.
64 * for notification of changes to the NAT traversal policy.
smart_reconnector.js 10 * The SmartReconnector listens for changes in connection state of
25 * remote desktop connection. It is used to monitor the changes in
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesView.css 82 .source-frame-unsaved-committed-changes {
86 .editor-container-unsaved-committed-changes-icon {
  /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",
parseSvnDiffHeader.pl 206 Property changes on: test_file.swf
226 "Property changes on: test_file.swf\n"],
242 Property changes on: test_file.swf
267 expectedNextLine => "Property changes on: test_file.swf\n",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 205 List<Change> changes = new ArrayList<Change>(); local
207 return changes;
405 changes.add(change);
406 return changes;
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);
  /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/resources/chromeos/chromevox/walkers/
structural_line_walker.js 60 // as content changes.
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.cc 490 FileChangeList changes; local
491 backend->change_tracker()->GetChangesForURL(url, &changes);
497 !changes.empty()));
689 // Get all origins that have pending changes.
854 FileChangeList changes; local
855 backend->change_tracker()->GetChangesForURL(url, &changes);
    [all...]
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 157 ImmutableChangeRecordList* changes) {
163 // (c) Construct a set of all parent nodes of any position changes.
213 *changes = ImmutableChangeRecordList(&changelist);
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player_model.js 73 // Installs observer to watch changes of the values.
  /external/chromium_org/ui/keyboard/resources/
voice_input.js 42 * are any changes to interim or final results.
  /external/icu/icu4c/source/data/brkitr/
brkfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/libusb-compat/libusb/
core.c 244 int changes = 0; local
286 changes++;
301 changes++;
305 return changes;
572 int changes = 0; local
618 changes++;
638 changes++;
644 return changes;
  /external/lldb/scripts/
sed-sources 24 option to preview changes to STDOUT, or use the B<-b> option to make a backup
50 Preview changes to STDOUT without modifying original source files.
89 our $opt_p = 0; # Preview changes to STDOUT?

Completed in 3794 milliseconds

1 2 3 4 5 6 7 891011>>