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

1 23 4 5 6 7 8 9

  /external/chromium_org/ppapi/cpp/
network_monitor.cc 17 template <> const char* interface_name<PPB_NetworkMonitor_1_0>() { function in namespace:pp::__anon9762
network_proxy.cc 14 template <> const char* interface_name<PPB_NetworkProxy_1_0>() { function in namespace:pp::__anon9763
url_response_info.cc 15 template <> const char* interface_name<PPB_URLResponseInfo_1_0>() { function in namespace:pp::__anon9799
view.cc 14 template <> const char* interface_name<PPB_View_1_0>() { function in namespace:pp::__anon9804
18 template <> const char* interface_name<PPB_View_1_1>() { function in namespace:pp::__anon9804
  /external/chromium_org/ppapi/cpp/private/
ext_crx_file_system_private.cc 14 template <> const char* interface_name<PPB_Ext_CrxFileSystem_Private_0_1>() { function in namespace:pp::__anon9765
file_io_private.cc 16 template <> const char* interface_name<PPB_FileIO_Private>() { function in namespace:pp::__anon9766
flash_device_id.cc 15 template <> const char* interface_name<PPB_Flash_DeviceID_1_0>() { function in namespace:pp::__anon9769
flash_font_file.cc 17 template <> const char* interface_name<PPB_Flash_FontFile_0_1>() { function in namespace:pp::__anon9773
flash_menu.cc 18 template <> const char* interface_name<PPB_Flash_Menu>() { function in namespace:pp::__anon9775
flash_message_loop.cc 16 template <> const char* interface_name<PPB_Flash_MessageLoop>() { function in namespace:pp::__anon9776
isolated_file_system_private.cc 13 template <> const char* interface_name<PPB_IsolatedFileSystem_Private_0_2>() { function in namespace:pp::__anon9779
tcp_server_socket_private.cc 17 template <> const char* interface_name<PPB_TCPServerSocket_Private_0_2>() { function in namespace:pp::__anon9784
21 template <> const char* interface_name<PPB_TCPServerSocket_Private_0_1>() { function in namespace:pp::__anon9784
flash.cc 29 template <> const char* interface_name<PPB_Flash_13_0>() { function in namespace:pp::__anon9767
33 template <> const char* interface_name<PPB_Flash_12_6>() { function in namespace:pp::__anon9767
37 template <> const char* interface_name<PPB_Flash_12_5>() { function in namespace:pp::__anon9767
41 template <> const char* interface_name<PPB_Flash_12_4>() { function in namespace:pp::__anon9767
45 template <> const char* interface_name<PPB_Flash_Print_1_0>() { function in namespace:pp::__anon9767
  /external/chromium_org/ppapi/examples/stub/
stub.c 31 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_ppp_initialize.cc 26 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.cc 36 const void* GetBrowserInterface(const char* interface_name) {
37 return (*ppb_get_interface())(interface_name);
41 const void* GetBrowserInterfaceSafe(const char* interface_name) {
42 const void* ppb_interface = (*ppb_get_interface())(interface_name);
  /external/chromium_org/ppapi/cpp/dev/
text_input_dev.cc 33 template <> const char* interface_name<PPB_TextInput_Dev_0_2>() { function in namespace:pp::__anon9732
37 template <> const char* interface_name<PPB_TextInput_Dev_0_1>() { function in namespace:pp::__anon9732
widget_dev.cc 19 template <> const char* interface_name<PPB_Widget_Dev_0_3>() { function in namespace:pp::__anon9742
23 template <> const char* interface_name<PPB_Widget_Dev_0_4>() { function in namespace:pp::__anon9742
  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.cc 18 template <> const char* interface_name<PPB_FileChooserTrusted_0_5>() { function in namespace:pp::__anon9795
22 template <> const char* interface_name<PPB_FileChooserTrusted_0_6>() { function in namespace:pp::__anon9795
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 63 def __init__(self, definitions, interface_name, output_directory, relative_dir_posix, idl_directories, verbose=False):
65 self.interface_name = interface_name
73 self.interface = definitions.interfaces[interface_name]
75 raise Exception('%s not in IDL definitions' % interface_name)
105 target_interface_name = self.interface_name
idl_compiler.py 91 def write_json_and_pickle(definitions, interface_name, output_directory):
93 json_basename = interface_name + '.json'
97 pickle_basename = interface_name + '.pkl'
107 interface_name, _ = os.path.splitext(basename)
116 code_generator = code_generator_v8.CodeGeneratorV8(definitions, interface_name, options.output_directory, relative_dir_posix, options.idl_directories, verbose)
123 write_json_and_pickle(definitions, interface_name, output_directory)
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_corewlan_mac.mm 114 for (NSString* interface_name in supported_interfaces) {
116 [cw_interface_class interfaceWithName:interface_name];
118 DLOG(WARNING) << interface_name << ": initWithName failed";
133 DLOG(WARNING) << interface_name << ": CoreWLAN scan failed with error "
148 DVLOG(1) << interface_name << ": found " << count << " wifi APs";
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 10 '{0}V8Internal::{0}ConstructorGetter'.format(interface_name) %}
48 static void {{interface_name}}ConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
66 static void {{interface_name}}ReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info)
72 static void {{interface_name}}ReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info)
74 {{interface_name}}V8Internal::{{interface_name}}ReplaceableAttributeSetter(name, jsValue, info);
83 {% if is_check_security and interface_name != 'Window' %}
111 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), info.GetIsolate());
177 ExceptionState exceptionState(ExceptionState::ConstructionContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
186 throwTypeError(ExceptionMessages::failedToConstruct("{{interface_name}}", "No matching constructor signature."), info.GetIsolate())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.cc 111 const std::string& interface_name,
115 LOG(ERROR) << "Failed to export " << interface_name << "."
118 DVLOG(1) << "Method exported: " << interface_name << "." << method_name;
service_provider_test_helper.h 49 const std::string& interface_name,
63 const std::string& interface_name,
75 const std::string& interface_name,

Completed in 143 milliseconds

1 23 4 5 6 7 8 9