Searched refs:Source (Results 1 - 25 of 640) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/glue/
H A Dextension_data.h20 enum Source { enum in class:browser_sync::ExtensionData
29 Source source, const sync_pb::ExtensionSpecifics& data);
41 bool NeedsUpdate(Source source) const;
47 Source source, bool merge_user_properties,
52 void ResolveData(Source source);
55 typedef std::map<Source, sync_pb::ExtensionSpecifics> SourceDataMap;
H A Dextension_data.cc13 Source source, const sync_pb::ExtensionSpecifics& data) {
29 bool ExtensionData::NeedsUpdate(Source source) const {
37 Source source, bool merge_user_properties,
45 void ExtensionData::ResolveData(Source source) {
H A Ddata_type_manager_mock.h19 Source<browser_sync::DataTypeManager>(dtm),
26 Source<browser_sync::DataTypeManager>(dtm),
/external/clang/lib/Basic/
H A DConvertUTFWrapper.cpp5 // This file is distributed under the University of Illinois Open Source
15 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
21 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin());
22 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) {
26 memcpy(ResultPtr, Source.data(), Source.size());
27 ResultPtr += Source.size();
30 const UTF8 *sourceStart = (const UTF8*)Source.data();
36 &sourceStart, sourceStart + Source.size(),
37 &targetStart, targetStart + 2*Source
61 ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) argument
[all...]
/external/chromium/chrome/common/
H A Dnative_window_notification_source.h12 // Specialization of the Source class for native windows. On Windows, these are
13 // HWNDs rather than pointers, and since the Source class expects a pointer
17 class Source<gfx::NativeWindow> : public NotificationSource { class in inherits:NotificationSource
19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {} function in class:Source
21 explicit Source(const NotificationSource& other) function in class:Source
/external/webkit/Tools/Scripts/
H A Dgenerate-qt-inspector-resource36 $file =~ s,Source/WebCore/inspector/front-end/,,;
42 open(WEBKIT_QRC, ">Source/WebCore/inspector/front-end/WebKit.qrc") or die;
48 addFiles(<Source/WebCore/inspector/front-end/*.{*html,js,css,svg}>);
49 addFiles(<Source/WebCore/inspector/front-end/Images/*>);
/external/webkit/Source/WebKit/gtk/docs/
H A DGNUmakefile.am45 HFILE_GLOB=$(top_srcdir)/Source/WebKit/gtk/webkit/*.h
46 CFILE_GLOB=$(top_srcdir)/Source/WebKit/gtk/webkit/*.cpp
71 -I$(top_srcdir)/Source/WebKit/gtk \
72 -I$(top_builddir)/Source/WebKit/gtk \
75 -I$(top_srcdir)/Source \
76 -I$(top_srcdir)/Source/JavaScriptCore \
77 -I$(top_srcdir)/Source/JavaScriptCore/ForwardingHeaders \
78 -I$(top_srcdir)/Source/JavaScriptCore/parser \
79 -I$(top_srcdir)/Source/JavaScriptCore/wtf \
81 -I$(top_srcdir)/Source/WebCor
[all...]
/external/llvm/lib/Support/
H A DStringExtras.cpp5 // This file is distributed under the University of Illinois Open Source
38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, argument
41 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
46 return std::make_pair(Source.slice(Start, End), Source.substr(End));
51 void llvm::SplitString(StringRef Source, argument
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
/external/chromium/chrome/browser/automation/
H A Dautomation_autocomplete_edit_tracker.cc21 Source<AutocompleteEditView>(resource));
27 Source<AutocompleteEditView>(resource));
H A Dautomation_browser_tracker.cc18 Source<Browser>(resource));
23 Source<Browser>(resource));
H A Dautomation_tab_tracker.cc22 Source<NavigationController>(resource));
24 Source<NavigationController>(resource));
28 Source<NavigationController>(resource));
33 Source<NavigationController>(resource));
35 Source<NavigationController>(resource));
37 Source<NavigationController>(resource));
45 last_navigation_times_[Source<NavigationController>(source).ptr()] =
53 Source<NavigationController>(source).ptr());
H A Dautomation_window_tracker.cc19 Source<gfx::NativeWindow>(resource));
24 Source<gfx::NativeWindow>(resource));
/external/valgrind/main/memcheck/tests/
H A Doverlap.stderr.exp0 Source and destination overlap in memcpy(0x........, 0x........, 21)
5 Source and destination overlap in memcpy(0x........, 0x........, 21)
9 Source and destination overlap in strncpy(0x........, 0x........, 21)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
17 Source and destination overlap in strcpy(0x........, 0x........)
21 Source and destination overlap in strncat(0x........, 0x........, 21)
25 Source and destination overlap in strncat(0x........, 0x........, 21)
/external/chromium/chrome/browser/extensions/
H A Dextension_messages_apitest.cc26 Source<Profile>(source).ptr()->GetExtensionEventRouter();
32 Source<Profile>(source).ptr(),
36 Source<Profile>(source).ptr(),
40 Source<Profile>(source).ptr(),
44 Source<Profile>(source).ptr(),
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_scraper_unittest.cc31 Source<TemplateURLModel>(model));
40 Source<TemplateURLModel>(source).ptr() == model_) {
/external/genext2fs/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/external/llvm/lib/Object/
H A DBinary.cpp5 // This file is distributed under the University of Illinois Open Source
31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) argument
33 , Data(Source) {}
43 error_code object::createBinary(MemoryBuffer *Source, argument
45 OwningPtr<MemoryBuffer> scopedSource(Source);
46 if (!Source)
48 if (Source->getBufferSize() < 64)
50 sys::LLVMFileType type = sys::IdentifyFileType(Source->getBufferStart(),
51 static_cast<unsigned>(Source->getBufferSize()));
/external/webkit/Source/WebCore/
H A Dmove-js-headers.sh4 find ../Source/JavaScriptCore/ -name \*.h -exec cp -f -p {} include/JavaScriptCore/. \;
/external/chromium/chrome/browser/
H A Drepost_form_warning_controller.cc16 Source<NavigationController>(controller));
18 Source<NavigationController>(controller));
20 Source<NavigationController>(controller));
60 DCHECK_EQ(Source<NavigationController>(source).ptr(),
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMInternal.h71 template <class Source>
72 inline id getDOMWrapper(Source impl)
77 template <class Source>
78 inline void addDOMWrapper(NSObject* wrapper, Source impl)
/external/chromium/net/base/
H A Dcapturing_net_log.h28 Source source,
35 Source source;
60 const Source& source,
88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log);
108 NetLog::Source source_;
/external/chromium/chrome/browser/net/
H A Dload_timing_observer_unittest.cc35 const NetLog::Source& source,
42 const NetLog::Source& source,
57 NetLog::Source source(NetLog::SOURCE_URL_REQUEST, id);
66 NetLog::Source source(NetLog::SOURCE_URL_REQUEST, id);
75 NetLog::Source source(NetLog::SOURCE_HTTP_STREAM_JOB, id);
80 NetLog::Source source(NetLog::SOURCE_HTTP_STREAM_JOB, id);
85 NetLog::Source source(NetLog::SOURCE_CONNECT_JOB, id);
90 NetLog::Source source(NetLog::SOURCE_CONNECT_JOB, id);
95 NetLog::Source source(NetLog::SOURCE_SOCKET, id);
100 NetLog::Source sourc
[all...]
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dupdate_html_tags_from_sources.sh28 grep -v "^#" $src_dir/Source/WebCore/css/CSSPropertyNames.in > ${tmp_prefix}.css-properties
29 grep -v "^#" $src_dir/Source/WebCore/css/CSSValueKeywords.in > ${tmp_prefix}.css-values
30 grep -v "^#" $src_dir/Source/WebCore/html/HTMLAttributeNames.in | cut -d" " -f1 | \
32 grep -v "^#" $src_dir/Source/WebCore/html/HTMLTagNames.in | cut -d" " -f1 | \
34 egrep "equalIgnoringCase" $src_dir/Source/WebCore/html/HTML*.cpp | \
36 grep -r "protocolIs" $src_dir/Source/WebCore/* | ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
37 grep "map->add" $src_dir/Source/WebCore/html/HTMLInputElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values
38 grep "AtomicString,.*Header, (" $src_dir/Source/WebCore/platform/network/ResourceResponseBase.cpp | cut -d\" -f2 > ${tmp_prefix}.headers
40 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
41 grep DEFINE_STATIC $src_dir/Source/WebCor
[all...]
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_fetcher_ui_callbacks.cc23 Source<TabContents>(tab_contents_));
58 DCHECK(source == Source<TabContents>(tab_contents_));
/external/compiler-rt/lib/tsan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source

Completed in 875 milliseconds

1234567891011>>