HomeSort by relevance Sort by last modified time
    Searched refs:GetSource (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/content/browser/webui/
shared_resources_data_source.h 18 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamtrackproxy.h 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
64 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
audiotrack.h 44 virtual AudioSourceInterface* GetSource() const {
videotrack.h 47 virtual VideoSourceInterface* GetSource() const {
mediastreaminterface.h 137 virtual VideoSourceInterface* GetSource() const = 0;
153 virtual AudioSourceInterface* GetSource() const = 0;
  /external/chromium_org/chrome/browser/media/
desktop_media_list.h 57 virtual const Source& GetSource(int index) const = 0;
fake_desktop_media_list.h 29 virtual const Source& GetSource(int index) const OVERRIDE;
native_desktop_media_list_unittest.cc 188 EXPECT_EQ(model_->GetSource(0).id.type, content::DesktopMediaID::TYPE_SCREEN);
189 EXPECT_EQ(model_->GetSource(0).id.id, 0);
190 EXPECT_EQ(model_->GetSource(1).id.type, content::DesktopMediaID::TYPE_WINDOW);
191 EXPECT_EQ(model_->GetSource(1).id.id, 0);
192 EXPECT_EQ(model_->GetSource(1).name, UTF8ToUTF16(window.title));
228 EXPECT_EQ(model_->GetSource(0).id.type, content::DesktopMediaID::TYPE_SCREEN);
229 EXPECT_EQ(model_->GetSource(0).id.id, 0);
230 EXPECT_EQ(model_->GetSource(1).id.type, content::DesktopMediaID::TYPE_WINDOW);
231 EXPECT_EQ(model_->GetSource(1).id.id, 1);
232 EXPECT_EQ(model_->GetSource(1).name, UTF8ToUTF16(window.title))
    [all...]
  /external/chromium_org/chrome/browser/search/
local_ntp_source.h 24 virtual std::string GetSource() const OVERRIDE;
most_visited_iframe_source.h 34 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/
bookmarks_ui.h 25 virtual std::string GetSource() const OVERRIDE;
app_launcher_page_ui.h 34 virtual std::string GetSource() const OVERRIDE;
bookmarks_ui.cc 25 std::string BookmarksUIHTMLSource::GetSource() const {
fileicon_source.h 27 virtual std::string GetSource() const OVERRIDE;
theme_source.h 27 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_source.h 22 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
slow_trace_ui.h 31 virtual std::string GetSource() const OVERRIDE;
proxy_settings_ui.cc 36 virtual std::string GetSource() const OVERRIDE;
63 std::string ProxySettingsHTMLSource::GetSource() const {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
user_image_source.h 30 virtual std::string GetSource() const OVERRIDE;
  /external/v8/test/sputnik/
testcfg.py 45 return '@negative' in self.GetSource()
55 self.tmpfile.Write(self.GetSource())
74 def GetSource(self):
76 self.source = self.case.GetSource()
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_list_source.h 35 virtual std::string GetSource() const OVERRIDE;
thumbnail_source.h 31 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/chrome/renderer/
resource_bundle_source_map.cc 22 v8::Handle<v8::Value> ResourceBundleSourceMap::GetSource(
resource_bundle_source_map.h 27 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,
  /external/chromium_org/content/public/browser/
url_data_source.h 40 virtual std::string GetSource() const = 0;

Completed in 342 milliseconds

1 2 3 4 5