Searched defs:source (Results 251 - 275 of 2611) sorted by relevance

<<11121314151617181920>>

/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/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc2 // Use of this source code is governed by a BSD-style license that can be
28 aura::client::WindowMoveSource source) {
29 Details details(window, location, window_component, source);
25 Create(aura::Window* window, const gfx::Point& location, int window_component, aura::client::WindowMoveSource source) argument
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h2 // Use of this source code is governed by a BSD-style license that can be
59 : source(in_source),
64 int source; member in struct:base::InjectionArc
66 bool close; // if true, delete the source element after performing the
/external/chromium_org/base/win/
H A Dscoped_process_information.cc2 // Use of this source code is governed by a BSD-style license that can be
15 // Duplicates source into target, returning true upon success. |target| is
17 // if source is NULL.
18 bool CheckAndDuplicateHandle(HANDLE source, HANDLE* target) { argument
19 if (!source)
23 if (!::DuplicateHandle(::GetCurrentProcess(), source,
73 DCHECK(other.IsValid()) << "source ScopedProcessInformation must be valid";
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.cc2 // Use of this source code is governed by a BSD-style license that can be
65 const content::NotificationSource& source,
63 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dauth_prewarmer.cc2 // Use of this source code is governed by a BSD-style license that can be
75 const content::NotificationSource& source,
74 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_prefs.cc2 // Use of this source code is governed by a BSD-style license that can be
75 const content::NotificationSource& source,
91 Profile* profile = content::Source<Profile>(source).ptr();
74 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_queue_controller_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
51 const content::NotificationSource& source,
83 const content::NotificationSource& source,
100 const content::NotificationSource& source,
104 PermissionQueueController::Observe(type, source, details);
98 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument

Completed in 590 milliseconds

<<11121314151617181920>>