HomeSort by relevance Sort by last modified time
    Searched full:interface_name (Results 101 - 125 of 221) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/ppapi/cpp/dev/
zoom_dev.cc 32 template <> const char* interface_name<PPB_Zoom_Dev>() { function in namespace:pp::__anon9743
ime_input_event_dev.cc 16 template <> const char* interface_name<PPB_IMEInputEvent_Dev_0_2>() { function in namespace:pp::__anon9725
20 template <> const char* interface_name<PPB_IMEInputEvent_Dev_0_1>() { function in namespace:pp::__anon9725
url_util_dev.cc 14 template <> const char* interface_name<PPB_URLUtil_Dev_0_6>() { function in namespace:pp::__anon9734
18 template <> const char* interface_name<PPB_URLUtil_Dev_0_7>() { function in namespace:pp::__anon9734
  /external/chromium_org/ppapi/cpp/
file_system.cc 20 template <> const char* interface_name<PPB_FileSystem_1_0>() { function in namespace:pp::__anon9747
graphics_3d.cc 17 template <> const char* interface_name<PPB_Graphics3D_1_0>() { function in namespace:pp::__anon9750
host_resolver.cc 16 template <> const char* interface_name<PPB_HostResolver_1_0>() { function in namespace:pp::__anon9752
message_loop.cc 17 template <> const char* interface_name<PPB_MessageLoop>() { function in namespace:pp::__anon9756
mouse_lock.cc 33 template <> const char* interface_name<PPB_MouseLock_1_0>() { function in namespace:pp::__anon9759
text_input_controller.cc 15 template <> const char* interface_name<PPB_TextInputController_1_0>() { function in namespace:pp::__anon9793
url_request_info.cc 16 template <> const char* interface_name<PPB_URLRequestInfo_1_0>() { function in namespace:pp::__anon9798
var_array_buffer.cc 17 template <> const char* interface_name<PPB_VarArrayBuffer_1_0>() { function in namespace:pp::__anon9802
input_event.cc 18 template <> const char* interface_name<PPB_InputEvent_1_0>() { function in namespace:pp::__anon9754
22 template <> const char* interface_name<PPB_KeyboardInputEvent_1_0>() { function in namespace:pp::__anon9754
26 template <> const char* interface_name<PPB_MouseInputEvent_1_1>() { function in namespace:pp::__anon9754
30 template <> const char* interface_name<PPB_WheelInputEvent_1_0>() { function in namespace:pp::__anon9754
34 template <> const char* interface_name<PPB_TouchInputEvent_1_0>() { function in namespace:pp::__anon9754
38 template <> const char* interface_name<PPB_IMEInputEvent_1_0>() { function in namespace:pp::__anon9754
file_ref.cc 17 template <> const char* interface_name<PPB_FileRef_1_0>() { function in namespace:pp::__anon9746
21 template <> const char* interface_name<PPB_FileRef_1_1>() { function in namespace:pp::__anon9746
  /external/chromium_org/ppapi/cpp/private/
host_resolver_private.cc 19 template <> const char* interface_name<PPB_HostResolver_Private_0_1>() { function in namespace:pp::__anon9777
instance_private.cc 16 template <> const char* interface_name<PPB_Instance_Private>() { function in namespace:pp::__anon9778
output_protection_private.cc 18 template <> const char* interface_name<PPB_OutputProtection_Private_0_1>() { function in namespace:pp::__anon9781
platform_verification.cc 18 template <> const char* interface_name<PPB_PlatformVerification_Private_0_2>() { function in namespace:pp::__anon9783
video_destination_private.cc 19 template <> const char* interface_name<PPB_VideoDestination_Private_0_1>() { function in namespace:pp::__anon9788
video_source_private.cc 19 template <> const char* interface_name<PPB_VideoSource_Private_0_1>() { function in namespace:pp::__anon9789
x509_certificate_private.cc 15 template <> const char* interface_name<PPB_X509Certificate_Private_0_1>() { function in namespace:pp::__anon9790
  /external/chromium_org/ppapi/thunk/
thunk.h 15 #define IFACE(api_name, interface_name, InterfaceType) \
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 36 ExceptionState exceptionState(ExceptionState::GetterContext, "{{attribute.name}}", "{{interface_name}}", info.Holder(), info.GetIsolate());
104 contextData->activityLogger()->log("{{interface_name}}.{{attribute.name}}", 0, 0, "Getter");
129 ExceptionState exceptionState(ExceptionState::SetterContext, "{{attribute.name}}", "{{interface_name}}", info.Holder(), info.GetIsolate());
143 {% if attribute.idl_type == 'EventHandler' and interface_name == 'Window' %}
200 contextData->activityLogger()->log("{{interface_name}}.{{attribute.name}}", 1, &loggerArg[0], "Setter");
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 17 print " %s -i <interface_name> -m <wps_method> \ " \
223 interface_name = None variable in class:P2P_Connect
250 interface_name = value
270 if (interface_name == None or wps_method == None or addr == None):
288 p2p_connect_test = P2P_Connect(interface_name,wpas_dbus_interface,
  /external/chromium_org/ppapi/native_client/src/tools/
srpcgen.py 175 def PrintHeaderFile(output, is_server, guard_name, interface_name, specs):
195 s += 'class %s {\n' % interface_name
198 s += '}; // class %s' % interface_name
203 def PrintServerFile(output, header_name, interface_name, specs):
287 s += 'NaClSrpcHandlerDesc %s::srpc_methods[] = {\n' % interface_name
406 interface_name = pargs[0]
456 PrintHeaderFile(h_file, False, include_guard_name, interface_name, specs)
459 PrintHeaderFile(h_file, True, include_guard_name, interface_name, specs)
460 PrintServerFile(cc_file, h_file_name, interface_name, specs)
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 26 const std::string& interface_name,
28 : dbus::PropertySet(object_proxy, interface_name, callback) {
80 const std::string& interface_name) OVERRIDE {
83 interface_name,
284 const std::string& interface_name) OVERRIDE {
292 const std::string& interface_name) OVERRIDE {

Completed in 229 milliseconds

1 2 3 45 6 7 8 9