HomeSort by relevance Sort by last modified time
    Searched full:interfacename (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.h 78 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.cpp 98 const AtomicString& StorageEvent::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.h 62 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.cpp 61 const AtomicString& DedicatedWorkerGlobalScope::interfaceName() const
SharedWorker.cpp 92 const AtomicString& SharedWorker::interfaceName() const
SharedWorkerGlobalScope.cpp 72 const AtomicString& SharedWorkerGlobalScope::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 77 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.h 77 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.h 94 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.h 78 virtual const AtomicString& interfaceName() const OVERRIDE;
RTCDTMFSender.cpp 130 const AtomicString& RTCDTMFSender::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 92 const AtomicString& Notification::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.h 84 virtual const AtomicString& interfaceName() const OVERRIDE;
SpeechSynthesis.h 95 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.h 66 virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIAccess; }
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 224 public void addJavascriptInterface(Object obj, String interfaceName) {
  /frameworks/av/media/mtp/
MtpDevice.cpp 81 char* interfaceName = usb_device_get_string(device, interface->iInterface);
82 if (!interfaceName) {
84 } else if (strcmp(interfaceName, "MTP")) {
85 free(interfaceName);
88 free(interfaceName);
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 89 public WifiNative(String interfaceName) {
90 mInterfaceName = interfaceName;
91 mTAG = "WifiNative-" + interfaceName;
92 if (!interfaceName.equals("p2p0")) {
93 mInterfacePrefix = "IFNAME=" + interfaceName + " ";
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 113 public RegisteredServicesCache(Context context, String interfaceName, String metaDataName,
116 mInterfaceName = interfaceName;
124 mPersistentServicesFile = new AtomicFile(new File(syncDir, interfaceName + ".xml"));
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 83 public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException { return os.ioctlInetAddress(fd, cmd, interfaceName); }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.h 127 static v8::Local<v8::Signature> installDOMClassTemplate(v8::Handle<v8::FunctionTemplate>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount,
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_element_lookup_trie.py 84 'interfaceName': None,
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.h 137 virtual const AtomicString& interfaceName() const;
KeyboardEvent.cpp 203 const AtomicString& KeyboardEvent::interfaceName() const
MessageEvent.cpp 178 const AtomicString& MessageEvent::interfaceName() const

Completed in 391 milliseconds

1 2 3 4 5 67 8 910