/external/chromium_org/chromeos/dbus/ |
shill_client_unittest_base.cc | 109 const std::string& interface_name, 111 : interface_name_(interface_name), 357 const std::string& interface_name, 365 interface_name,
|
nfc_manager_client.cc | 116 void AdapterAddedConnected(const std::string& interface_name, 137 void AdapterRemovedConnected(const std::string& interface_name,
|
shill_client_helper.h | 93 void MonitorPropertyChanged(const std::string& interface_name); 163 void MonitorPropertyChangedInternal(const std::string& interface_name);
|
shill_client_helper.cc | 246 const std::string& interface_name) { 249 MonitorPropertyChangedInternal(interface_name); 252 interfaces_to_be_monitored_.push_back(interface_name); 257 const std::string& interface_name) { 260 proxy_->ConnectToSignal(interface_name,
|
bluetooth_profile_service_provider.cc | 179 void OnExported(const std::string& interface_name, 183 << interface_name << "." << method_name;
|
/external/chromium_org/dbus/ |
object_proxy.h | 149 virtual void ConnectToSignal(const std::string& interface_name, 225 bool ConnectToSignalInternal(const std::string& interface_name, 248 void LogMethodCallFailure(const base::StringPiece& interface_name, 254 void OnCallMethodError(const std::string& interface_name,
|
/external/chromium_org/ppapi/cpp/ |
image_data.cc | 19 template <> const char* interface_name<PPB_ImageData_1_0>() { function in namespace:pp::__anon9753
|
udp_socket.cc | 17 template <> const char* interface_name<PPB_UDPSocket_1_0>() { function in namespace:pp::__anon9796
|
url_loader.cc | 21 template <> const char* interface_name<PPB_URLLoader_1_0>() { function in namespace:pp::__anon9797
|
var_dictionary.cc | 15 template <> const char* interface_name<PPB_VarDictionary_1_0>() { function in namespace:pp::__anon9803
|
websocket.cc | 19 template <> const char* interface_name<PPB_WebSocket_1_0>() { function in namespace:pp::__anon9805
|
file_io.cc | 22 template <> const char* interface_name<PPB_FileIO_1_0>() { function in namespace:pp::__anon9745 26 template <> const char* interface_name<PPB_FileIO_1_1>() { function in namespace:pp::__anon9745
|
instance.h | 536 /// @param[in] interface_name The name of the interface to associate with the 539 void AddPerInstanceObject(const std::string& interface_name, void* object); 545 /// @param[in] interface_name The name of the interface to associate with the 548 void RemovePerInstanceObject(const std::string& interface_name, void* object); 554 const std::string& interface_name, 564 /// @param[in] interface_name The name of the interface to associate with the 567 const std::string& interface_name);
|
/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 247 bool IsLegacyInterface(const wchar_t* interface_name) {
249 HANDLE usb_device_handle = CreateFile(interface_name,
|
adb_helper_routines.h | 131 @param[in] interface_name Name of the interface to check.
135 bool IsLegacyInterface(const wchar_t* interface_name);
|
adb_api_instance.h | 71 const std::wstring& interface_name() const {
function in class:AdbApiInstance
|
/external/chromium_org/base/ios/ |
device_util.mm | 88 std::string GetMacAddress(const std::string& interface_name) { 95 strcmp(interface_name.c_str(), address->ifa_name) == 0) {
|
/external/chromium_org/ppapi/cpp/private/ |
flash_file.cc | 19 template <> const char* interface_name<PPB_Flash_File_ModuleLocal_3_0>() { function in namespace:pp::__anon9771 140 template <> const char* interface_name<PPB_Flash_File_FileRef>() { function in namespace:pp::__anon9772
|
pdf.cc | 17 template <> const char* interface_name<PPB_PDF>() { function in namespace:pp::__anon9782
|
/external/chromium_org/ppapi/examples/2d/ |
graphics_2d_example.c | 207 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { 208 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0)
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
shim_ppapi.c | 83 static int is_irt_interface_whitelisted(const char *interface_name) { 86 if (mystrcmp(interface_name, irt_interface_whitelist[i]) == 0) {
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
nacl_io_demo.c | 364 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { 365 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0) { 374 } else if (strcmp(interface_name, PPP_MESSAGING_INTERFACE) == 0) {
|
/external/chromium_org/chrome/browser/component_updater/ |
pepper_flash_component_installer.cc | 128 // Returns true if the Pepper |interface_name| is implemented by this browser. 130 bool SupportsPepperInterface(const char* interface_name) { 131 if (IsSupportedPepperInterface(interface_name)) 137 return (strcmp(interface_name, PPB_PDF_INTERFACE) == 0);
|
/external/chromium_org/content/public/renderer/ |
content_renderer_client.cc | 147 const std::string& interface_name) {
|
/external/chromium_org/ppapi/cpp/dev/ |
truetype_font_dev.cc | 22 template <> const char* interface_name<PPB_TrueTypeFont_Dev_0_1>() { function in namespace:pp::__anon9733
|