HomeSort by relevance Sort by last modified time
    Searched full:interface_name (Results 26 - 50 of 268) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/ppapi/cpp/dev/
view_dev.cc 14 template <> const char* interface_name<PPB_View_Dev>() { function in namespace:pp::__anon13974
device_ref_dev.cc 13 template <> const char* interface_name<PPB_DeviceRef_Dev>() { function in namespace:pp::__anon13958
  /external/chromium_org/ppapi/cpp/
mouse_cursor.cc 13 template <> const char* interface_name<PPB_MouseCursor_1_0>() { function in namespace:pp::__anon13993
audio.cc 14 template <> const char* interface_name<PPB_Audio_1_0>() { function in namespace:pp::__anon13949
18 template <> const char* interface_name<PPB_Audio_1_1>() { function in namespace:pp::__anon13949
audio_config.cc 15 template <> const char* interface_name<PPB_AudioConfig_1_1>() { function in namespace:pp::__anon13951
19 template <> const char* interface_name<PPB_AudioConfig_1_0>() { function in namespace:pp::__anon13951
module.cc 162 const void* Module::GetPluginInterface(const char* interface_name) {
163 if (strcmp(interface_name, PPP_INPUT_EVENT_INTERFACE) == 0)
165 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0)
167 if (strcmp(interface_name, PPP_MESSAGING_INTERFACE) == 0)
172 std::string(interface_name));
179 const void* Module::GetBrowserInterface(const char* interface_name) {
180 return get_browser_interface_(interface_name);
190 void Module::AddPluginInterface(const std::string& interface_name,
196 const void* existing_interface = GetPluginInterface(interface_name.c_str());
201 additional_interfaces_[interface_name] = vtable
    [all...]
module.h 80 /// @param[in] interface_name The module interface for the browser to get.
81 const void* GetPluginInterface(const char* interface_name);
85 /// @param[in] interface_name The browser interface for the module to get.
86 const void* GetBrowserInterface(const char* interface_name);
114 /// @param[in] interface_name The interface name that will receive a handler.
116 /// <code>interface_name</code>.
117 void AddPluginInterface(const std::string& interface_name,
view.cc 14 template <> const char* interface_name<PPB_View_1_0>() { function in namespace:pp::__anon14044
18 template <> const char* interface_name<PPB_View_1_1>() { function in namespace:pp::__anon14044
22 template <> const char* interface_name<PPB_View_1_2>() { function in namespace:pp::__anon14044
fullscreen.cc 17 template <> const char* interface_name<PPB_Fullscreen_1_0>() { function in namespace:pp::__anon13981
network_monitor.cc 17 template <> const char* interface_name<PPB_NetworkMonitor_1_0>() { function in namespace:pp::__anon13997
  /external/chromium_org/dbus/
object_manager.h 81 // const std::string& interface_name)
84 // object_proxy, interface_name,
146 // |object_proxy|. The D-Bus interface name |interface_name| is that passed
155 const std::string& interface_name) = 0;
159 // name |interface_name| is that passed to RegisterInterface() by the
164 // |interface_name| as appropriate. An implementation class will only
167 const std::string& interface_name) { }
171 // name |interface_name| is that passed to RegisterInterface() by the
179 const std::string& interface_name) { }
188 // interface named in |interface_name|. That object's CreateProperties(
    [all...]
exported_object.cc 30 const std::string& interface_name,
32 return interface_name + "." + method_name;
49 const std::string& interface_name,
56 GetAbsoluteMethodName(interface_name, method_name);
75 void ExportedObject::ExportMethod(const std::string& interface_name,
83 interface_name,
121 const std::string& interface_name,
127 const bool success = ExportMethodAndBlock(interface_name,
134 interface_name,
140 const std::string& interface_name,
    [all...]
exported_object.h 56 typedef base::Callback<void (const std::string& interface_name,
61 // Exports the method specified by |interface_name| and |method_name|,
78 virtual bool ExportMethodAndBlock(const std::string& interface_name,
82 // Requests to export the method specified by |interface_name| and
89 virtual void ExportMethod(const std::string& interface_name,
112 void ExportMethodInternal(const std::string& interface_name,
119 const std::string& interface_name,
  /external/chromium_org/chrome/browser/chromeos/dbus/
liveness_service_provider.cc 29 void LivenessServiceProvider::OnExported(const std::string& interface_name,
33 LOG(ERROR) << "Failed to export " << interface_name << "."
screen_lock_service_provider.cc 34 void ScreenLockServiceProvider::OnExported(const std::string& interface_name,
38 LOG(ERROR) << "Failed to export " << interface_name << "."
service_provider_test_helper.cc 83 const std::string& interface_name,
95 ConnectToSignal(interface_name, signal_name, _, _))
98 mock_object_proxy_->ConnectToSignal(interface_name, signal_name,
110 const std::string& interface_name,
115 on_exported_callback.Run(interface_name, method_name, true);
140 const std::string& interface_name,
145 connected_callback.Run(interface_name, signal_name, true);
  /external/chromium_org/ppapi/cpp/private/
flash_fullscreen.cc 17 template <> const char* interface_name<PPB_FlashFullscreen_0_1>() { function in namespace:pp::__anon14010
21 template <> const char* interface_name<PPB_FlashFullscreen_1_0>() { function in namespace:pp::__anon14010
  /external/chromium_org/ppapi/nacl_irt/
irt_ppapi.cc 33 const void* PPP_GetInterface(const char* interface_name) {
34 return g_pp_functions.PPP_GetInterface(interface_name);
  /system/core/adb/
usb_windows.c 51 char* interface_name; member in struct:usb_handle
97 usb_handle* do_usb_open(const wchar_t* interface_name);
124 if((NULL != usb->interface_name) &&
125 (0 == stricmp(usb->interface_name, dev_name))) {
153 if (known_device_locked(handle->interface_name)) {
191 usb_handle* do_usb_open(const wchar_t* interface_name) {
202 ret->adb_interface = AdbCreateInterfaceByName(interface_name);
231 ret->interface_name = (char*)malloc(name_len);
233 if (NULL != ret->interface_name) {
236 ret->interface_name,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_global_objects.py 60 interface_name = idl_filename_to_interface_name(idl_filename)
79 return [interface_name]
83 """Yields pairs (interface_name, global_names) found in IDL files."""
85 interface_name = idl_filename_to_interface_name(idl_filename)
88 yield interface_name, global_names
idl_compiler.py 68 interface_name, _ = os.path.splitext(basename)
69 return interface_name
104 interface_name = idl_filename_to_interface_name(idl_filename)
107 definitions, interface_name)
124 interface_name = idl_filename_to_interface_name(idl_filename)
126 'V8%s.h' % interface_name)
128 'V8%s.cpp' % interface_name)
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_service_provider.cc 95 std::string interface_name; local
97 if (!reader.PopString(&interface_name) ||
108 if (interface_name !=
113 "No such interface: '" + interface_name + "'.");
174 std::string interface_name; local
175 if (!reader.PopString(&interface_name) || reader.HasMoreData()) {
184 if (interface_name !=
189 "No such interface: '" + interface_name + "'.");
221 void OnExported(const std::string& interface_name,
225 << interface_name << "." << method_name
    [all...]
  /system/core/fastboot/
usb_windows.c 62 char* interface_name; member in struct:usb_handle
73 usb_handle* do_usb_open(const wchar_t* interface_name);
91 usb_handle* do_usb_open(const wchar_t* interface_name) {
98 ret->adb_interface = AdbCreateInterfaceByName(interface_name);
127 ret->interface_name = (char*)malloc(name_len);
129 if (NULL != ret->interface_name) {
132 ret->interface_name,
235 if (NULL != handle->interface_name)
236 free(handle->interface_name);
244 handle->interface_name = NULL
    [all...]
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc 110 const void* PluginDispatcher::GetBrowserInterface(const char* interface_name) {
111 if (!interface_name) {
112 DLOG(WARNING) << "|interface_name| is null. Did you forget to add "
113 "the |interface_name()| template function to the interface's C++ "
118 return InterfaceList::GetInstance()->GetInterfaceForPPB(interface_name);
149 const std::string& interface_name) {
150 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name);
152 const void* ret = local_get_interface()(interface_name.c_str());
153 plugin_interfaces_.insert(std::make_pair(interface_name, ret));
306 const std::string& interface_name,
    [all...]
  /external/chromium_org/content/test/
ppapi_unittest.cc 24 const void* MockGetInterface(const char* interface_name) {
25 return current_unittest->GetMockInterface(interface_name);
100 const void* PpapiUnittest::GetMockInterface(const char* interface_name) const {
101 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE_1_0) == 0)

Completed in 753 milliseconds

12 3 4 5 6 7 8 91011