Searched defs:source (Results 126 - 150 of 1325) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Duser_script_master_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
50 const NotificationSource& source,
49 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/net/
H A Dchrome_net_log.h2 // Use of this source code is governed by a BSD-style license that can be
42 net::NetLog::Source source,
50 net::NetLog::Source source; member in struct:ChromeNetLog::Entry
85 const Source& source,
112 const Source& source,
147 // Last assigned source ID. Incremented to get the next one.
/external/chromium/chrome/browser/policy/
H A Dmanaged_prefs_banner_base.cc2 // Use of this source code is governed by a BSD-style license that can be
114 const NotificationSource& source,
113 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/prefs/
H A Dpref_set_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
73 const NotificationSource& source,
76 observer_->Observe(type, source, details);
72 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/sync/glue/
H A Dtheme_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
31 DictionaryValue source; local
32 source.SetString(extension_manifest_keys::kName, name);
33 source.Set(extension_manifest_keys::kTheme, new DictionaryValue());
34 source.SetString(extension_manifest_keys::kUpdateURL, update_url);
35 source.SetString(extension_manifest_keys::kVersion, "0.0.0.0");
38 extension_path, Extension::INTERNAL, source,
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_test_util.cc2 // Use of this source code is governed by a BSD-style license that can be
58 const NotificationSource& source,
66 source,
74 const NotificationSource& source,
76 NotificationService::current()->Notify(type, source, details);
57 Notify(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
73 NotifyTask(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_source_win.cc2 // Use of this source code is governed by a BSD-style license that can be
111 const NotificationSource& source, const NotificationDetails& details) {
115 // our drag source.
118 // This could be possible when we close the tab and the source is still
110 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/views/infobars/
H A Dlink_infobar.cc2 // Use of this source code is governed by a BSD-style license that can be
71 void LinkInfoBar::LinkActivated(views::Link* source, int event_flags) { argument
73 DCHECK_EQ(link_, source);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dproxy_settings_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
82 ProxySettingsHTMLSource* source = local
84 contents->profile()->GetChromeURLDataManager()->AddDataSource(source);
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui_browsertest.cc2 // Use of this source code is governed by a BSD-style license that can be
48 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) { argument
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
62 const NotificationSource& source,
71 ::CoreOptionsHandler::Observe(type, source, details);
61 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.h2 // Use of this source code is governed by a BSD-style license that can be
48 const NotificationSource& source,
47 Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/googleurl/src/
H A Durl_canon_mailtourl.cc4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
43 bool DoCanonicalizeMailtoURL(const URLComponentSource<CHAR>& source, argument
72 UCHAR uch = static_cast<UCHAR>(source.path[i]);
74 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
86 CanonicalizeQuery(source.query, parsed.query, NULL,
117 URLComponentSource<char> source(base);
119 SetupOverrideComponents(base, replacements, &source, &parsed);
121 source, parsed, output, new_parsed);
130 URLComponentSource<char> source(bas
[all...]
H A Durl_canon_pathurl.cc4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
42 bool DoCanonicalizePathURL(const URLComponentSource<CHAR>& source, argument
47 bool success = CanonicalizeScheme(source.scheme, parsed.scheme,
64 UCHAR uch = static_cast<UCHAR>(source.path[i]);
66 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
108 URLComponentSource<char> source(base);
110 SetupOverrideComponents(base, replacements, &source, &parsed);
112 source, parsed, output, new_parsed);
121 URLComponentSource<char> source(bas
[all...]
H A Durl_canon_query.cc4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
84 void AppendRaw8BitQueryString(const CHAR* source, int length, argument
87 if (!IsQueryChar(static_cast<unsigned char>(source[i])))
88 AppendEscapedChar(static_cast<unsigned char>(source[i]), output);
90 output->push_back(static_cast<char>(source[i]));
/external/chromium/net/udp/
H A Dudp_client_socket.cc2 // Use of this source code is governed by a BSD-style license that can be
13 const net::NetLog::Source& source)
14 : socket_(net_log, source) {
11 UDPClientSocket( net::NetLog* net_log, const net::NetLog::Source& source) argument
H A Dudp_server_socket.cc2 // Use of this source code is governed by a BSD-style license that can be
10 const net::NetLog::Source& source)
11 : socket_(net_log, source) {
9 UDPServerSocket(net::NetLog* net_log, const net::NetLog::Source& source) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Durlencode.cc5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
56 int InternalUrlDecode(const char *source, char *dest, argument
60 while (*source) {
61 switch (*source) {
66 *dest++ = *source;
70 if (source[1] && source[2]) {
71 int value = HexPairValue(source + 1);
74 source
94 UrlDecode(const char *source, char *dest) argument
98 UrlDecodeWithoutEncodingSpaceAsPlus(const char *source, char *dest) argument
110 InternalUrlEncode(const char *source, char *dest, unsigned int max, bool encode_space_as_plus, bool unsafe_only) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DPlainInsn.java36 * @param position {@code non-null;} source position
59 * Constructs a single-source instance.
62 * @param position {@code non-null;} source position
64 * @param source {@code non-null;} spec for the source
67 RegisterSpec source) {
68 this(opcode, position, result, RegisterSpecList.make(source));
110 // Check for reverse subtraction, where first source is constant
66 PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, RegisterSpec source) argument
/external/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java85 * Build a SourcePositionInfo from the XML source= notation
87 public static SourcePositionInfo fromXml(String source) { argument
88 if (source != null) {
89 for (int i = 0; i < source.length(); i++) {
90 if (source.charAt(i) == ':') {
91 return new SourcePositionInfo(source.substring(0, i), Integer.parseInt(source
/external/icu4c/common/
H A Ducnv_cb.c36 const char* source,
47 source, length,
55 const UChar** source,
84 source,
101 In fact, here's where we want to return the partially consumed in-source!
104 /* && (*source < sourceLimit && args->target >= args->targetLimit)
139 source,
201 const UChar *source = (const UChar *)converter->subChars; local
202 ucnv_cbFromUWriteUChars(args, &source, source
35 ucnv_cbFromUWriteBytes(UConverterFromUnicodeArgs *args, const char* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
226 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
[all...]
H A Dudatamem.c32 U_CFUNC void UDatamemory_assign(UDataMemory *dest, UDataMemory *source) { argument
35 uprv_memcpy(dest, source, sizeof(UDataMemory));
/external/icu4c/i18n/
H A Dcurrfmt.cpp62 void CurrencyFormat::parseObject(const UnicodeString& source, argument
66 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
/external/icu4c/samples/datefmt/
H A Dutil.cpp32 UnicodeString escape(const UnicodeString &source) { argument
36 for (i=0; i<source.length(); ++i) {
37 UChar ch = source[i];
/external/icu4c/samples/msgfmt/
H A Dutil.cpp32 UnicodeString escape(const UnicodeString &source) { argument
36 for (i=0; i<source.length(); ++i) {
37 UChar ch = source[i];

Completed in 465 milliseconds

1234567891011>>