Searched defs:deletion (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc278 // Creates a DictionaryValue to hold the parameters for a deletion.
280 // |url| may be empty, indicating a time-range deletion.
285 base::DictionaryValue* deletion = new base::DictionaryValue; local
286 deletion->SetString("type", "CHROME_HISTORY");
288 deletion->SetString("url", url.spec());
289 deletion->SetString("min_timestamp_usec", min_time);
290 deletion->SetString("max_timestamp_usec", max_time);
291 return deletion;
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc568 base::DictionaryValue* deletion = NULL; local
573 if (!((*it)->GetAsDictionary(&deletion) &&
574 deletion->GetString("url", &url) &&
575 deletion->GetList("timestamps", &timestamps))) {
906 // Notify the page that the deletion request is complete, but only if a web
965 // between the URLs noticed for deletion and the ones we are expecting.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1075 milliseconds