Searched refs:GetSource (Results 26 - 50 of 94) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcertificate_manager_dialog_ui.cc39 virtual std::string GetSource() const OVERRIDE;
66 std::string CertificateManagerDialogHTMLSource::GetSource() const { function in class:__anon5407::CertificateManagerDialogHTMLSource
H A Dslow_trace_ui.cc28 std::string SlowTraceSource::GetSource() const { function in class:chromeos::SlowTraceSource
/external/chromium_org/chrome/browser/search/
H A Dmost_visited_iframe_source.cc39 std::string MostVisitedIframeSource::GetSource() const { function in class:MostVisitedIframeSource
H A Diframe_source.cc44 request->url().host() == GetSource() &&
/external/chromium_org/chrome/browser/search/suggestions/
H A Dsuggestions_source.h33 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_list_source.h35 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.h25 virtual std::string GetSource() const OVERRIDE;
H A Dfavicon_source.h74 virtual std::string GetSource() const OVERRIDE;
H A Dsystem_info_ui.cc50 virtual std::string GetSource() const OVERRIDE;
101 std::string SystemInfoUIHTMLSource::GetSource() const { function in class:SystemInfoUIHTMLSource
H A Dapp_launcher_page_ui.cc90 std::string AppLauncherPageUI::HTMLSource::GetSource() const { function in class:AppLauncherPageUI::HTMLSource
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dscreenlock_icon_source.cc32 std::string ScreenlockIconSource::GetSource() const { function in class:chromeos::ScreenlockIconSource
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dthumbnail_source.cc30 std::string ThumbnailSource::GetSource() const { function in class:ThumbnailSource
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.cc68 std::string UserImageSource::GetSource() const { function in class:chromeos::options::UserImageSource
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.h31 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/content/browser/webui/
H A Dshared_resources_data_source.cc65 std::string SharedResourcesDataSource::GetSource() const { function in class:SharedResourcesDataSource
/external/chromium_org/content/public/browser/
H A Durl_data_source.h43 // your-scheme://anything , GetSource() must return "your-scheme://".
44 virtual std::string GetSource() const = 0;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamhandler.cc112 if (audio_track_->enabled() && audio_track_->GetSource()) {
116 audio_track_->GetSource())->options();
134 track->GetSource()->RegisterAudioObserver(this);
139 audio_track_->GetSource()->UnregisterAudioObserver(this);
169 VideoSourceInterface* source = local_video_track_->GetSource();
188 VideoSourceInterface* source = local_video_track_->GetSource();
204 remote_video_track_->GetSource()->FrameInput());
H A Dmediastreaminterface.h137 virtual VideoSourceInterface* GetSource() const = 0;
208 virtual AudioSourceInterface* GetSource() const = 0;
H A Dvideotrack_unittest.cc66 cricket::VideoRenderer* render_input = video_track->GetSource()->FrameInput();
/external/chromium_org/chrome/browser/ui/webui/interstitials/
H A Dinterstitial_ui.cc34 virtual std::string GetSource() const OVERRIDE;
163 std::string InterstitialHTMLSource::GetSource() const { function in class:InterstitialHTMLSource
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list_ash.h47 virtual const Source& GetSource(int index) const OVERRIDE;
H A Dfake_desktop_media_list.cc62 const DesktopMediaList::Source& FakeDesktopMediaList::GetSource( function in class:FakeDesktopMediaList
H A Dnative_desktop_media_list.h38 virtual const Source& GetSource(int index) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.h73 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_local_audio_track_adapter.h78 virtual webrtc::AudioSourceInterface* GetSource() const OVERRIDE;

Completed in 340 milliseconds

1234