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

1 2 3 4

  /external/chromium_org/content/browser/webui/
shared_resources_data_source.h 18 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/chrome/browser/media/
desktop_media_list.h 57 virtual const Source& GetSource(int index) const = 0;
fake_desktop_media_list.h 30 virtual const Source& GetSource(int index) const OVERRIDE;
native_desktop_media_list_unittest.cc 195 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(2).id.id, 0)
    [all...]
  /external/chromium_org/chrome/browser/search/
most_visited_iframe_source.h 34 virtual std::string GetSource() const OVERRIDE;
contextual_search_promo_source_android.h 25 virtual std::string GetSource() const OVERRIDE;
local_ntp_source.h 24 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 26 virtual std::string GetSource() const OVERRIDE;
theme_source.h 26 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;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
user_image_source.h 30 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
audiotrack.h 45 virtual AudioSourceInterface* GetSource() const OVERRIDE {
videotrack.h 47 virtual VideoSourceInterface* GetSource() const {
mediastreamtrackproxy.h 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
  /art/compiler/optimizing/
parallel_move_resolver.cc 33 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
42 DCHECK(move.GetSource().IsConstant());
79 DCHECK(!moves_.Get(index)->GetSource().IsInvalid());
109 if (move->GetSource().Equals(destination)) {
132 Location source = move->GetSource();
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_list_source.h 35 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_source.h 31 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/components/dom_distiller/content/
dom_distiller_viewer_source.h 31 virtual std::string GetSource() const OVERRIDE;
  /external/chromium_org/content/public/browser/
url_data_source.h 43 // your-scheme://anything , GetSource() must return "your-scheme://".
44 virtual std::string GetSource() const = 0;
  /external/chromium_org/extensions/renderer/
resource_bundle_source_map.cc 24 v8::Handle<v8::Value> ResourceBundleSourceMap::GetSource(
resource_bundle_source_map.h 29 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,

Completed in 1547 milliseconds

1 2 3 4