Searched refs:GetSource (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/content/browser/webui/
H A Dshared_resources_data_source.h18 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
H A Dsource.py59 def GetSource(self): member in class:Source
79 stripped_source = self._StripComments(self.GetSource())
92 if self._HasProvideGoogFlag(self.GetSource()):
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list.h57 virtual const Source& GetSource(int index) const = 0;
H A Dfake_desktop_media_list.h30 virtual const Source& GetSource(int index) const OVERRIDE;
H A Dnative_desktop_media_list_unittest.cc195 EXPECT_EQ(model_->GetSource(source_index).id.type,
197 EXPECT_EQ(model_->GetSource(source_index).id.id, static_cast<int>(i + 1));
198 EXPECT_EQ(model_->GetSource(source_index).name,
224 EXPECT_EQ(model_->GetSource(0).id.type, content::DesktopMediaID::TYPE_SCREEN);
225 EXPECT_EQ(model_->GetSource(0).id.id, 0);
234 EXPECT_EQ(model_->GetSource(0).id.type, content::DesktopMediaID::TYPE_SCREEN);
235 EXPECT_EQ(model_->GetSource(0).id.id, 0);
262 EXPECT_EQ(model_->GetSource(0).id.type, content::DesktopMediaID::TYPE_SCREEN);
281 EXPECT_EQ(model_->GetSource(2).id.type, content::DesktopMediaID::TYPE_WINDOW);
282 EXPECT_EQ(model_->GetSource(
[all...]
/external/chromium_org/chrome/browser/search/
H A Dmost_visited_iframe_source.h34 virtual std::string GetSource() const OVERRIDE;
H A Dcontextual_search_promo_source_android.h25 virtual std::string GetSource() const OVERRIDE;
H A Dlocal_ntp_source.h24 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrack.h47 virtual VideoSourceInterface* GetSource() const { function in class:webrtc::VideoTrack
H A Dmediastreamtrackproxy.h44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
H A Daudiotrack.h45 virtual AudioSourceInterface* GetSource() const OVERRIDE {
H A Dmediastreamhandler_unittest.cc128 kVideoSsrc, video_track_->GetSource()->GetVideoCapturer()));
159 kVideoSsrc, true, video_track_->GetSource()->FrameInput()));
305 audio_track_->GetSource()->SetVolume(volume);
310 audio_track_->GetSource()->SetVolume(1.0);
317 audio_track_->GetSource()->SetVolume(new_volume);
/external/chromium_org/chrome/browser/ui/webui/
H A Dapp_launcher_page_ui.h34 virtual std::string GetSource() const OVERRIDE;
H A Dbookmarks_ui.cc25 std::string BookmarksUIHTMLSource::GetSource() const { function in class:BookmarksUIHTMLSource
H A Dbookmarks_ui.h25 virtual std::string GetSource() const OVERRIDE;
H A Dfileicon_source.h26 virtual std::string GetSource() const OVERRIDE;
H A Dtheme_source.h26 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dscreenlock_icon_source.h22 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dslow_trace_ui.h31 virtual std::string GetSource() const OVERRIDE;
H A Dproxy_settings_ui.cc36 virtual std::string GetSource() const OVERRIDE;
63 std::string ProxySettingsHTMLSource::GetSource() const { function in class:__anon5453::ProxySettingsHTMLSource
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dthumbnail_source.h31 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.h30 virtual std::string GetSource() const OVERRIDE;
/external/chromium_org/extensions/renderer/
H A Dresource_bundle_source_map.cc24 v8::Handle<v8::Value> ResourceBundleSourceMap::GetSource( function in class:extensions::ResourceBundleSourceMap
H A Dresource_bundle_source_map.h29 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,
H A Duser_script_injector.cc34 blink::WebScriptSource GetSource() const;
48 blink::WebScriptSource GreasemonkeyApiJsString::GetSource() const { function in class:extensions::__anon8289::GreasemonkeyApiJsString
188 sources.insert(sources.begin(), g_greasemonkey_api.Get().GetSource());

Completed in 4245 milliseconds

1234