OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSource
(Results
51 - 75
of
105
) sorted by null
1
2
3
4
5
/external/chromium_org/chrome/browser/ui/webui/
theme_source.cc
55
std::string ThemeSource::
GetSource
() const {
devtools_ui.cc
118
virtual std::string
GetSource
() const OVERRIDE {
favicon_source.cc
56
std::string FaviconSource::
GetSource
() const {
fileicon_source.cc
126
std::string FileIconSource::
GetSource
() const {
profiler_ui.cc
57
virtual std::string
GetSource
() OVERRIDE {
/external/chromium_org/chrome/renderer/
mock_printer.h
100
bool
GetSource
(unsigned int page, const void** data, uint32* size) const;
/external/chromium_org/content/browser/webui/
url_data_manager.cc
113
AddDataSource(new URLDataSourceImpl(source->
GetSource
(), source));
/external/chromium_org/content/renderer/media/
video_source_handler.cc
136
source = native_video_tracks[0]->
GetSource
();
mock_media_stream_dependency_factory.h
98
virtual webrtc::VideoSourceInterface*
GetSource
() const OVERRIDE;
/external/v8/test/es5conform/
testcfg.py
67
def
GetSource
(self):
/external/chromium_org/chrome/renderer/extensions/
module_system.h
45
virtual v8::Handle<v8::Value>
GetSource
(v8::Isolate* isolate,
181
v8::Handle<v8::Value>
GetSource
(const std::string& module_name);
197
// A map from module names to the JS source for that module.
GetSource
()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamhandler_unittest.cc
126
kVideoSsrc, video_track_->
GetSource
()->GetVideoCapturer()));
154
kVideoSsrc, true, video_track_->
GetSource
()->FrameInput()));
/external/chromium_org/chrome/browser/notifications/
balloon_host.cc
64
const base::string16& BalloonHost::
GetSource
() const {
/external/chromium_org/chrome/browser/search/
iframe_source_unittest.cc
38
virtual std::string
GetSource
() const OVERRIDE {
local_ntp_source.cc
130
std::string LocalNtpSource::
GetSource
() const {
/external/chromium_org/chrome/browser/task_manager/
notification_resource_provider.cc
72
balloon_host_->
GetSource
());
/external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_list_source.cc
88
std::string ThumbnailListSource::
GetSource
() const {
/external/v8/test/message/
testcfg.py
89
def
GetSource
(self):
/external/v8/test/mozilla/
testcfg.py
86
def
GetSource
(self):
/external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc
119
virtual std::string
GetSource
() const OVERRIDE;
142
std::string OptionsUIHTMLSource::
GetSource
() const {
/external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc
434
const DesktopMediaList::Source& source = media_list_->
GetSource
(index);
460
const DesktopMediaList::Source& source = media_list_->
GetSource
(index);
467
const DesktopMediaList::Source& source = media_list_->
GetSource
(index);
/external/chromium/chrome/browser/notifications/
balloon_host.cc
68
const string16& BalloonHost::
GetSource
() const {
/external/chromium_org/chrome/test/base/
module_system_test.cc
102
virtual v8::Handle<v8::Value>
GetSource
(v8::Isolate* isolate,
/external/v8/test/mjsunit/
testcfg.py
92
def
GetSource
(self):
/external/v8/test/preparser/
testcfg.py
53
def
GetSource
():
Completed in 1672 milliseconds
1
2
3
4
5