Searched refs:GetSource (Results 51 - 75 of 94) sorted by relevance

1234

/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc66 virtual std::string GetSource() const OVERRIDE {
67 return parent_->GetSource();
196 std::string WebUIDataSourceImpl::GetSource() const { function in class:content::WebUIDataSourceImpl
H A Durl_data_manager.cc113 AddDataSource(new URLDataSourceImpl(source->GetSource(), source));
H A Dweb_ui_data_source_impl.h74 std::string GetSource() const;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_ui.h83 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/
H A Dtheme_source.cc55 std::string ThemeSource::GetSource() const { function in class:ThemeSource
H A Dfavicon_source.cc57 std::string FaviconSource::GetSource() const { function in class:FaviconSource
H A Dfileicon_source.cc125 std::string FileIconSource::GetSource() const { function in class:FileIconSource
H A Dprofiler_ui.cc56 virtual std::string GetSource() OVERRIDE {
H A Ddevtools_ui.cc134 virtual std::string GetSource() const OVERRIDE;
173 std::string DevToolsDataSource::GetSource() const { function in class:__anon5464::DevToolsDataSource
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.h100 bool GetSource(unsigned int page, const void** data, uint32* size) const;
/external/chromium_org/extensions/renderer/
H A Dmodule_system.h47 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,
177 v8::Handle<v8::Value> GetSource(const std::string& module_name);
211 // A map from module names to the JS source for that module. GetSource()
H A Dmodule_system_test.cc104 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,
/external/chromium_org/chrome/browser/search/
H A Dcontextual_search_promo_source_android.cc92 std::string ContextualSearchPromoSourceAndroid::GetSource() const { function in class:ContextualSearchPromoSourceAndroid
H A Diframe_source_unittest.cc41 virtual std::string GetSource() const OVERRIDE {
H A Dlocal_ntp_source.cc176 std::string LocalNtpSource::GetSource() const { function in class:LocalNtpSource
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_list_source.cc88 std::string ThumbnailListSource::GetSource() const { function in class:ThumbnailListSource
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_local_audio_track_adapter.cc141 webrtc::AudioSourceInterface* WebRtcLocalAudioTrackAdapter::GetSource() const { function in class:content::WebRtcLocalAudioTrackAdapter
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Djsbundler.py106 return '\n'.join((s.GetSource() for s in self._added_sources))
222 base.GetSource(),
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc312 const DesktopMediaList::Source& source = media_list_->GetSource(index);
364 const DesktopMediaList::Source& source = media_list_->GetSource(index);
371 const DesktopMediaList::Source& source = media_list_->GetSource(index);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui.cc126 virtual std::string GetSource() const OVERRIDE;
150 std::string OptionsUIHTMLSource::GetSource() const { function in class:options::OptionsUIHTMLSource
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list_ash.cc79 const DesktopMediaList::Source& DesktopMediaListAsh::GetSource( function in class:DesktopMediaListAsh
/external/chromium_org/chrome/browser/search/suggestions/
H A Dsuggestions_source.cc112 std::string SuggestionsSource::GetSource() const { function in class:suggestions::SuggestionsSource
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc262 std::string DomDistillerViewerSource::GetSource() const { function in class:dom_distiller::DomDistillerViewerSource
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc147 virtual std::string GetSource() const OVERRIDE;
267 std::string MobileSetupUIHTMLSource::GetSource() const { function in class:MobileSetupUIHTMLSource
H A Dsim_unlock_ui.cc82 virtual std::string GetSource() const OVERRIDE;
265 std::string SimUnlockUIHTMLSource::GetSource() const { function in class:chromeos::SimUnlockUIHTMLSource

Completed in 397 milliseconds

1234