/frameworks/base/core/java/android/app/ |
ResourcesManager.java | 262 int changes = mResConfiguration.updateFrom(config); local 269 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT 320 return changes != 0;
|
/external/chromium_org/android_webview/tools/ |
find_copyrights.pl | 55 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) { 61 return ($license =~ /(All changes made in this file will be lost' .
|
/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/glue/ |
sync_backend_registrar.h | 112 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_to_local_syncer.h | 178 const FileChangeList& changes);
|
metadata_database_unittest.cc | 448 ScopedVector<google_apis::ChangeResource>* changes) { 449 changes->push_back(change.release()); 572 ScopedVector<google_apis::ChangeResource> changes) { 574 current_change_id_, changes.Pass()); 903 ScopedVector<google_apis::ChangeResource> changes; local 905 CreateChangeResourceFromMetadata(renamed_file.metadata), &changes); local 907 CreateChangeResourceFromMetadata(reorganized_file.metadata), &changes); local 909 CreateChangeResourceFromMetadata(updated_file.metadata), &changes); local 911 CreateChangeResourceFromMetadata(noop_file.metadata), &changes); local 913 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 | 37 // 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/content/renderer/media/android/ |
renderer_media_player_manager.h | 127 // Gets the list of media players with video geometry changes. 128 void RetrieveGeometryChanges(std::map<int, gfx::RectF>* changes);
|
/external/chromium_org/net/cert/ |
crl_set_storage.cc | 103 // 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/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 | 61 * Callback for notifications of changes to the host plugin's state. 63 * 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
|
hangout_session.js | 73 * state changes until we cleanup clientSession and sessionConnector.
|
/external/chromium_org/sync/tools/ |
sync_client.cc | 137 const ImmutableChangeRecordList& changes) OVERRIDE { 138 LOG(INFO) << "Changes applied for " 141 size_t change_count = changes.Get().size(); 143 changes.Get().begin(); it != changes.Get().end(); ++it) { 158 LOG(INFO) << "Changes complete for "
|
/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 | 491 FileChangeList changes; local 492 backend->change_tracker()->GetChangesForURL(url, &changes); 498 !changes.empty())); 701 // Get all origins that have pending changes. 920 FileChangeList changes; local [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);
|