Searched defs:updates (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dstore_timestamps_command.cc27 const GetUpdatesResponse& updates = local
36 for (int i = 0; i < updates.new_progress_marker_size(); ++i) {
39 updates.new_progress_marker(i).data_type_id());
45 dir->SetDownloadProgress(model, updates.new_progress_marker(i));
48 updates.changes_remaining() == 0);
55 if (updates.has_changes_remaining()) {
56 int64 changes_left = updates.changes_remaining();
H A Dverify_updates_command_unittest.cc60 void AddUpdate(GetUpdatesResponse* updates, argument
63 sync_pb::SyncEntity* e = updates->add_entries();
83 GetUpdatesResponse* updates = session()->status_controller()-> local
85 AddUpdate(updates, "b1", root, syncable::BOOKMARKS);
86 AddUpdate(updates, "b2", root, syncable::BOOKMARKS);
87 AddUpdate(updates, "p1", root, syncable::PREFERENCES);
88 AddUpdate(updates, "a1", root, syncable::AUTOFILL);
H A Dprocess_updates_command.cc29 const GetUpdatesResponse& updates = local
31 const int update_count = updates.entries_size();
33 // Don't bother processing updates if there were none.
H A Dverify_updates_command.cc40 const GetUpdatesResponse& updates = status->updates_response().get_updates(); local
41 int update_count = updates.entries().size();
46 *reinterpret_cast<const SyncEntity *>(&(updates.entries(i)));
88 LOG(ERROR) << "Illegal negative id in received updates";
115 // If we have an existing entry, we check here for updates that break
/external/chromium/chrome/browser/extensions/
H A Dextension_management_browsertest.cc57 // Helper method that installs a low permission extension then updates
194 // Used for testing notifications sent during extension updates.
213 const std::set<std::string>& updates() { return updates_; } function in class:NotificationListener
300 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
315 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
H A Dextension_bookmarks_module.cc596 DictionaryValue* updates; local
597 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &updates));
601 const bool has_title = updates->GetString(keys::kTitleKey, &title);
605 updates->GetString(keys::kUrlKey, &url_string);
H A Dextension_updater.cc227 // If the extension updates itself from the gallery, ignore any update URL
710 // We want to try parsing the manifest, and if it indicates updates are
711 // available, we want to fire off requests to fetch those updates.
741 // below if they actually have updates we need to fetch and install).
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results); local
751 for (size_t i = 0; i < updates.size(); i++) {
752 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
983 // Now start fetching regular extension updates
H A Dextension_updater_unittest.cc563 UpdateManifest::Results updates; local
565 updates);
568 // Create two updates - expect that DetermineUpdates will return the first
577 "1.1", "http://localhost/e1_1.1.crx", &updates);
582 tmp[1]->VersionString(), "http://localhost/e2_2.0.crx", &updates);
583 updateable = updater.DetermineUpdates(fetch_data, updates);
603 UpdateManifest::Results updates; local
611 "1.1", "http://localhost/e1_1.1.crx", &updates);
614 updater.DetermineUpdates(fetch_data, updates);
1221 // -manifests & updates arrivin
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.h70 Eina_Tiler *updates; /**< updated/dirty areas */ member in struct:_Ewk_Tile
H A Dewk_tiled_matrix.c46 Eina_List *updates; member in struct:_Ewk_Tile_Matrix
76 if (t->updates || t->stats.full_update)
77 tm->updates = eina_list_remove(tm->updates, t);
112 if (t->updates || t->stats.full_update)
113 tm->updates = eina_list_remove(tm->updates, t);
460 tm->updates = eina_list_append(tm->updates, t);
525 if (!t->updates
[all...]
/external/chromium/chrome/browser/sync/sessions/
H A Dstatus_controller.cc160 // Returns the number of updates received from the sync server.
162 const ClientToServerResponse& updates = shared_.updates_response; local
163 if (updates.has_get_updates()) {
164 return updates.get_updates().entries().size();
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc137 std::vector<xmlNode*> updates = GetChildren(app_node, xml_namespace, local
139 if (updates.size() > 1) {
143 if (updates.empty()) {
147 xmlNode *updatecheck = updates[0];
/external/webrtc/src/modules/audio_processing/ns/main/source/
H A Dns_core.h72 int updates; member in struct:NSinst_t_
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp274 Eina_List* updates; local
334 updates = evas_render_updates(ecore_evas_get(entry->ee));
335 evas_render_updates_free(updates);

Completed in 616 milliseconds