Searched refs:Source (Results 251 - 275 of 640) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.cc29 // It would be nice if we could specify a Source for each specific function
86 const Extension* extension = Source<const Extension>(source).ptr();
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc134 Source<TabContents>(tab_contents()),
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.cc42 Source<BookmarkContextMenu>(this),
/external/chromium/net/disk_cache/
H A Dnet_log_parameters.cc73 const net::NetLog::Source& source, int child_len)
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_request.h38 // |source| is the NetLog::Source generated by the Job that fulfilled this
42 const NetLog::Source& source);
/external/chromium/net/socket/
H A Dclient_socket_factory.cc58 const NetLog::Source& source) {
H A Dtcp_client_socket_win.h28 const net::NetLog::Source& source);
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp5 // This file is distributed under the University of Illinois Open Source
111 const char *Source = local
115 MemoryBuffer *Buf = MemoryBuffer::getMemBuffer(Source);
137 EXPECT_EQ(7U, SourceMgr.getColumnNumber(MainFileID, strlen(Source),
142 SourceMgr.getColumnNumber(MainFileID, strlen(Source)+1, &Invalid);
/external/libvpx/vp8/decoder/
H A Donyxd_int.h81 const unsigned char *Source; member in struct:VP8Decompressor
/external/mesa3d/src/glsl/
H A Dmain.cpp54 const char *source = shader->Source;
H A Dglsl_compiler.cpp155 const char *source = shader->Source;
267 shader->Source = load_text_file(whole_program, argv[optind]);
268 if (shader->Source == NULL) {
/external/chromium/chrome/browser/
H A Dbackground_contents_service_unittest.cc77 Source<Profile>(profile_),
85 Source<Profile>(profile),
93 Source<Profile>(profile_),
H A Dbackground_mode_manager.cc75 Source<Profile>(profile));
77 Source<Profile>(profile));
83 Source<Profile>(profile));
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_api.cc100 Source<Profile>(profile), NotificationService::NoDetails());
141 Source<Profile>(profile_),
172 Source<Profile>(profile_),
H A Dextension_toolbar_model.cc22 Source<Profile>(service_->profile()));
24 Source<Profile>(service_->profile()));
26 Source<Profile>(service_->profile()));
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map.cc47 Source<Profile>(profile_));
201 Source<GeolocationContentSettingsMap>(this),
230 Source<Profile>(profile_));
/external/chromium/chrome/browser/net/gaia/
H A Dtoken_service.cc168 Source<TokenService>(this),
179 Source<TokenService>(this),
223 Source<TokenService>(this),
/external/chromium/chrome/browser/net/
H A Dpassive_log_collector.h32 // The data captured by PassiveLogCollector is grouped by NetLog::Source, into
41 typedef std::vector<net::NetLog::Source> SourceDependencyList;
149 void AddReferenceToSourceDependency(const net::NetLog::Source& source,
351 const net::NetLog::Source& source,
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc113 Source<BalloonHost>(this), NotificationService::NoDetails());
224 Source<RenderWidgetHost>(render_view_host_));
268 Source<BalloonHost>(this), NotificationService::NoDetails());
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_data_unittest.cc171 Source<SearchProviderInstallDataTest>(this));
184 Source<SearchProviderInstallDataTest>(this),
210 Source<PrefService>(util_.profile()->GetTestingPrefService()),
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller.cc105 Source<TabContents>(tab_contents));
108 Source<TabContents>(tab_contents));
117 TabContents* tab_contents = Source<TabContents>(source).ptr();
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.cc231 TabContents* source_tab = Source<TabContents>(source).ptr();
243 Source<NavigationController>(source).ptr(), NULL);
251 Source<TabContents>(source).ptr()->property_bag());
/external/chromium/net/base/
H A Dnet_log.cc16 Value* NetLog::Source::ToValue() const {
76 const NetLog::Source& source,
180 NetLog::Source source(source_type, net_log->NextID());
/external/mesa3d/src/pixelflinger2/
H A Dshader.cpp2 * Copyright (C) 2011 The Android Open Source Project
33 #include <bcc/Source.h>
160 hieralloc_free(const_cast<GLchar *>(shader->Source));
165 shader->Source = hieralloc_strndup_append(const_cast<GLchar *>(shader->Source), string[i], len);
167 // ALOGD("pf2: GGLShaderSource: \n '%s' \n", shader->Source);
173 shader->Source = glsl;
174 assert(shader->Source);
177 shader->Source = NULL;
187 if (!glsl && !shader->Source) {
[all...]
/external/mksh/src/
H A Dlex.c95 static void getsc_line(Source *);
301 Source *s;
637 Source *s;
756 Source *s;
1073 * over Source boundaries (including not
1084 Source *s = source;
1247 Source *
1250 Source *s;
1252 s = alloc(sizeof(Source), areap);
1253 memset(s, 0, sizeof(Source));
[all...]

Completed in 467 milliseconds

<<11121314151617181920>>