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

1 2 3 4 56 7 8 91011

  /external/chromium_org/ppapi/cpp/
input_event.cc 18 template <> const char* interface_name<PPB_InputEvent_1_0>() { function in namespace:pp::__anon13987
22 template <> const char* interface_name<PPB_KeyboardInputEvent_1_2>() { function in namespace:pp::__anon13987
26 template <> const char* interface_name<PPB_KeyboardInputEvent_1_0>() { function in namespace:pp::__anon13987
30 template <> const char* interface_name<PPB_MouseInputEvent_1_1>() { function in namespace:pp::__anon13987
34 template <> const char* interface_name<PPB_WheelInputEvent_1_0>() { function in namespace:pp::__anon13987
38 template <> const char* interface_name<PPB_TouchInputEvent_1_0>() { function in namespace:pp::__anon13987
42 template <> const char* interface_name<PPB_IMEInputEvent_1_0>() { function in namespace:pp::__anon13987
graphics_2d.cc 21 template <> const char* interface_name<PPB_Graphics2D_1_0>() { function in namespace:pp::__anon13982
25 template <> const char* interface_name<PPB_Graphics2D_1_1>() { function in namespace:pp::__anon13982
media_stream_video_track.cc 18 template <> const char* interface_name<PPB_MediaStreamVideoTrack_1_0>() { function in namespace:pp::__anon13990
22 template <> const char* interface_name<PPB_MediaStreamVideoTrack_0_1>() { function in namespace:pp::__anon13990
tcp_socket.cc 16 template <> const char* interface_name<PPB_TCPSocket_1_0>() { function in namespace:pp::__anon14030
20 template <> const char* interface_name<PPB_TCPSocket_1_1>() { function in namespace:pp::__anon14030
media_stream_audio_track.cc 18 template <> const char* interface_name<PPB_MediaStreamAudioTrack_0_1>() { function in namespace:pp::__anon13989
net_address.cc 15 template <> const char* interface_name<PPB_NetAddress_1_0>() { function in namespace:pp::__anon13995
network_list.cc 18 template <> const char* interface_name<PPB_NetworkList_1_0>() { function in namespace:pp::__anon13996
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 33 if interface_name == 'Window' and attribute.idl_type == 'EventHandler'
91 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), isolate);
113 {% if is_check_security and interface_name != 'Window' %}
138 ExceptionState exceptionState(ExceptionState::IndexedGetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
185 ExceptionState exceptionState(ExceptionState::IndexedSetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
240 ExceptionState exceptionState(ExceptionState::IndexedDeletionContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
295 ExceptionState exceptionState(ExceptionState::GetterContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
353 ExceptionState exceptionState(ExceptionState::SetterContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
404 ExceptionState exceptionState(ExceptionState::GetterContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
446 ExceptionState exceptionState(ExceptionState::DeletionContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate())
    [all...]
attributes.cpp 16 {% if attribute.is_unforgeable and interface_name != 'Window' %}
39 {% if interface_name == 'Window' and attribute.idl_type == 'EventHandler' %}
52 ExceptionState exceptionState(ExceptionState::GetterContext, "{{attribute.name}}", "{{interface_name}}", holder, info.GetIsolate());
175 contextData->activityLogger()->logGetter("{{interface_name}}.{{attribute.name}}");
226 ExceptionState exceptionState(ExceptionState::SetterContext, "{{attribute.name}}", "{{interface_name}}", holder, info.GetIsolate());
247 {% if attribute.idl_type == 'EventHandler' and interface_name == 'Window' %}
336 contextData->activityLogger()->logSetter("{{interface_name}}.{{attribute.name}}", v8Value, originalValue);
338 contextData->activityLogger()->logSetter("{{interface_name}}.{{attribute.name}}", v8Value);
  /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/chromeos/dbus/
bluetooth_device_client.cc 26 const std::string& interface_name,
28 : dbus::PropertySet(object_proxy, interface_name, callback) {
84 const std::string& interface_name) OVERRIDE {
87 interface_name,
338 const std::string& interface_name) OVERRIDE {
346 const std::string& interface_name) OVERRIDE {
  /external/chromium_org/base/ios/
device_util.h 62 // Returns the MAC address of the interface with name |interface_name|.
63 std::string GetMacAddress(const std::string& interface_name);
  /external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.cc 16 template <> const char* interface_name<PPB_IMEInputEvent_Dev_0_2>() { function in namespace:pp::__anon13961
20 template <> const char* interface_name<PPB_IMEInputEvent_Dev_0_1>() { function in namespace:pp::__anon13961
url_util_dev.cc 14 template <> const char* interface_name<PPB_URLUtil_Dev_0_6>() { function in namespace:pp::__anon13969
18 template <> const char* interface_name<PPB_URLUtil_Dev_0_7>() { function in namespace:pp::__anon13969
printing_dev.cc 19 template <> const char* interface_name<PPB_Printing_Dev_0_7>() { function in namespace:pp::__anon13963
scrollbar_dev.cc 18 template <> const char* interface_name<PPB_Scrollbar_Dev>() { function in namespace:pp::__anon13965
video_capture_dev.cc 16 template <> const char* interface_name<PPB_VideoCapture_Dev_0_3>() { function in namespace:pp::__anon13971
video_decoder_dev.cc 19 template <> const char* interface_name<PPB_VideoDecoder_Dev>() { function in namespace:pp::__anon13973
  /external/chromium_org/ppapi/thunk/
interfaces_ppb_public_stable.h 33 // Enumerates interfaces as (interface_name, interface_struct).
42 // The interface_name is the string that corresponds to the interface.
  /external/chromium_org/chrome/browser/chromeos/dbus/
liveness_service_provider.h 49 void OnExported(const std::string& interface_name,
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux_unittest.cc 144 std::string interface_name; local
146 if (reader.PopString(&interface_name) &&
181 std::string interface_name; local
183 if (reader.PopString(&interface_name) &&
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_instance-members.html 14 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a9773263ee281405030548fc224eeec08">AddPerInstanceObject</a>(const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td></td></tr>
21 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a6dec498f1d49571be9fd40e23745327f">GetPerInstanceObject</a>(PP_Instance instance, const std::string &amp;interface_name)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td><code> [static]</code></td></tr>
32 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a33c633189c7c321dac8e0c5dc6e67f5b">RemovePerInstanceObject</a>(const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td></td></tr>
33 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#ad1b6c19954ff9446349a6fa5684eea2d">RemovePerInstanceObject</a>(const InstanceHandle &amp;instance, const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td><code> [static]</code></td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_instance-members.html 14 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a9773263ee281405030548fc224eeec08">AddPerInstanceObject</a>(const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td></td></tr>
22 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a6dec498f1d49571be9fd40e23745327f">GetPerInstanceObject</a>(PP_Instance instance, const std::string &amp;interface_name)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td><code> [static]</code></td></tr>
33 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a33c633189c7c321dac8e0c5dc6e67f5b">RemovePerInstanceObject</a>(const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td></td></tr>
34 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#ad1b6c19954ff9446349a6fa5684eea2d">RemovePerInstanceObject</a>(const InstanceHandle &amp;instance, const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td><code> [static]</code></td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_instance-members.html 14 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a9773263ee281405030548fc224eeec08">AddPerInstanceObject</a>(const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td></td></tr>
21 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a6dec498f1d49571be9fd40e23745327f">GetPerInstanceObject</a>(PP_Instance instance, const std::string &amp;interface_name)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td><code> [static]</code></td></tr>
32 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#a33c633189c7c321dac8e0c5dc6e67f5b">RemovePerInstanceObject</a>(const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td></td></tr>
33 <tr class="memlist"><td><a class="el" href="classpp_1_1_instance.html#ad1b6c19954ff9446349a6fa5684eea2d">RemovePerInstanceObject</a>(const InstanceHandle &amp;instance, const std::string &amp;interface_name, void *object)</td><td><a class="el" href="classpp_1_1_instance.html">pp::Instance</a></td><td><code> [static]</code></td></tr>
  /external/chromium_org/ppapi/cpp/private/
find_private.cc 17 template <> const char* interface_name<PPB_Find_Private>() { function in namespace:pp::__anon14002

Completed in 909 milliseconds

1 2 3 4 56 7 8 91011