Searched defs:DataSource (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager.h23 // ChromeURLDataManager::DataSource interface and register your handler
29 class DataSource;
31 // Trait used to handle deleting a DataSource. Deletion happens on the UI
41 // deletion of the DataSources. When a DataSource is no longer referenced it
46 static void Destruct(const DataSource* data_source) {
51 // A DataSource is an object that can answer requests for data
57 // An implementation of DataSource should handle calls to
60 class DataSource : public base::RefCountedThreadSafe< class in class:ChromeURLDataManager
61 DataSource, DeleteDataSource> {
64 DataSource(cons
[all...]
H A Dchrome_url_data_manager.cc32 // Invoked on the IO thread to do the actual adding of the DataSource.
35 scoped_refptr<ChromeURLDataManager::DataSource> data_source) {
49 void ChromeURLDataManager::AddDataSource(DataSource* source) {
73 void ChromeURLDataManager::DeleteDataSource(const DataSource* data_source) {
74 // Invoked when a DataSource is no longer referenced and needs to be deleted.
81 // We're not on the UI thread, add the DataSource to the list of DataSources
92 // Schedule a task to delete the DataSource back on the UI thread.
102 const DataSource* data_source) {
110 ChromeURLDataManager::DataSource::DataSource(cons function in class:ChromeURLDataManager::DataSource
[all...]
/external/webkit/Source/WebCore/platform/chromium/
H A DDataTransferItemChromium.h57 enum DataSource { enum in class:WebCore::DataTransferItemChromium
62 DataTransferItemChromium(PassRefPtr<Clipboard> owner, ScriptExecutionContext*, DataSource, const String& kind, const String& type, const String& data);
66 const DataSource m_source;

Completed in 93 milliseconds