/external/chromium/chrome/browser/sync/protocol/ |
proto_value_conversions_unittest.cc | 139 #define SET_EXTENSION(key) (void)specifics.MutableExtension(sync_pb::key) 141 SET_EXTENSION(app); 142 SET_EXTENSION(autofill); 143 SET_EXTENSION(autofill_profile); 144 SET_EXTENSION(bookmark); 145 SET_EXTENSION(extension); 146 SET_EXTENSION(nigori); 147 SET_EXTENSION(password); 148 SET_EXTENSION(preference); 149 SET_EXTENSION(session) [all...] |
proto_value_conversions.cc | 84 #define SET_EXTENSION(ns, field, fn) \ 298 SET_EXTENSION(sync_pb, app, AppSpecificsToValue); 299 SET_EXTENSION(sync_pb, autofill, AutofillSpecificsToValue); 300 SET_EXTENSION(sync_pb, autofill_profile, AutofillProfileSpecificsToValue); 301 SET_EXTENSION(sync_pb, bookmark, BookmarkSpecificsToValue); 302 SET_EXTENSION(sync_pb, extension, ExtensionSpecificsToValue); 303 SET_EXTENSION(sync_pb, nigori, NigoriSpecificsToValue); 304 SET_EXTENSION(sync_pb, password, PasswordSpecificsToValue); 305 SET_EXTENSION(sync_pb, preference, PreferenceSpecificsToValue); 306 SET_EXTENSION(sync_pb, session, SessionSpecificsToValue) [all...] |
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_apitest.cc | 107 function->set_extension(empty_extension.get()); 409 func->set_extension(CreateExtension(SCOPES)); 420 func->set_extension(CreateExtension(CLIENT_ID)); 431 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); 443 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); 459 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); 472 func->set_extension(extension.get()); 490 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); 513 func->set_extension(extension.get()); 532 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)) [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_test.cc | 45 function->set_extension(extension.get()); 61 function->set_extension(extension.get()); 77 function->set_extension(extension.get()); 103 function->set_extension(extension.get()); 118 function->set_extension(extension.get()); 128 function->set_extension(extension.get()); 147 function->set_extension(extension.get()); 161 function->set_extension(extension.get()); 187 function->set_extension(extension.get()); 209 function->set_extension(extension.get()) [all...] |
tabs_interactive_test.cc | 40 function->set_extension(extension.get()); 53 function->set_extension(extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
notifications_apitest.cc | 56 notification_function->set_extension(empty_extension.get()); 82 notification_function->set_extension(empty_extension.get()); 116 notification_function->set_extension(empty_extension.get()); 143 notification_function->set_extension(empty_extension.get()); 164 notification_function->set_extension(empty_extension.get()); 188 notification_create_function->set_extension(empty_extension.get()); 214 notification_create_function->set_extension(empty_extension.get()); 253 notification_create_function->set_extension(empty_extension.get()); 275 notification_create_function->set_extension(empty_extension.get()); 297 notification_create_function->set_extension(empty_extension.get()) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_install_prompt_test_utils.mm | 77 prompt.set_extension(extension); 86 prompt.set_extension(extension);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_installer.h | 44 void set_extension(const Extension* extension) { function in class:extensions::ExtensionInstaller
|
unpacked_installer.cc | 136 installer_.set_extension(extension_file_util::LoadExtension( 256 installer_.set_extension(extension_file_util::LoadExtension(
|
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/ |
webrtc_logging_private_apitest.cc | 43 start_function->set_extension(empty_extension.get()); 64 stop_function->set_extension(empty_extension.get()); 75 discard_function->set_extension(empty_extension.get()); 132 set_meta_data_function->set_extension(empty_extension.get()); 164 start_function->set_extension(empty_extension.get()); 180 stop_function->set_extension(empty_extension.get()); 191 upload_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_apitest.cc | 70 function->set_extension(empty_extension_.get()); 162 add_profile_function->set_extension(extension.get()); 170 add_profile_function->set_extension(extension.get()); 177 add_profile_function->set_extension(extension.get()); 185 remove_profile_function->set_extension(extension.get()); 192 remove_profile_function->set_extension(extension.get()); 200 remove_profile_function->set_extension(extension.get()); 208 add_profile_function->set_extension(extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/dns/ |
dns_apitest.cc | 61 resolve_function->set_extension(empty_extension.get()); 84 resolve_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/system_network/ |
system_network_apitest.cc | 40 socket_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/socket/ |
socket_api_unittest.cc | 46 function->set_extension(extension_.get());
|
socket_apitest.cc | 106 socket_create_function->set_extension(empty_extension.get()); 124 socket_create_function->set_extension(empty_extension.get()); 142 socket_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/ |
sockets_tcp_api_unittest.cc | 50 function->set_extension(extension_.get());
|
sockets_tcp_apitest.cc | 72 socket_create_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
sockets_tcp_server_api_unittest.cc | 63 function->set_extension(extension_.get());
|
sockets_tcp_server_apitest.cc | 74 socket_create_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/ |
sockets_udp_api_unittest.cc | 50 function->set_extension(extension_.get());
|
sockets_udp_apitest.cc | 74 socket_create_function->set_extension(empty_extension.get());
|
/external/chromium_org/chrome/browser/apps/ |
app_browsertest_util.cc | 116 function->set_extension(extension); 128 function->set_extension(extension);
|
/external/chromium/chrome/browser/autofill/ |
phone_number.h | 73 void set_extension(const string16& extension) { extension_ = extension; } function in class:PhoneNumber
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
system_display_apitest.cc | 239 set_info_function->set_extension(test_extension.get()); 270 set_info_function->set_extension(test_extension.get());
|
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
discovery_api_unittest.cc | 80 function->set_extension(extension_.get());
|