OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interfaceName
(Results
26 - 50
of
263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.h
51
virtual const AtomicString&
interfaceName
() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisEvent.h
43
virtual const AtomicString&
interfaceName
() const { return EventNames::SpeechSynthesisEvent; }
/libcore/luni/src/main/java/libcore/net/
RawSocket.java
46
protocolType, String
interfaceName
)
49
String
interfaceName
, short protocolType, byte[] destMac, byte[] packet,
62
public RawSocket(String
interfaceName
, short protocolType)
64
mInterfaceName =
interfaceName
;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h
64
ExceptionState(Context context, const char* propertyName, const char*
interfaceName
, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
68
, m_interfaceName(
interfaceName
)
72
ExceptionState(Context context, const char*
interfaceName
, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
76
, m_interfaceName(
interfaceName
)
107
const char*
interfaceName
() const { return m_interfaceName; }
/frameworks/base/core/java/android/net/
NetworkUtils.java
38
public native static int enableInterface(String
interfaceName
);
41
public native static int disableInterface(String
interfaceName
);
55
* @param
interfaceName
is the interface to reset
58
public native static int resetConnections(String
interfaceName
, int mask);
65
* @param
interfaceName
the name of the interface to configure
70
public native static boolean runDhcp(String
interfaceName
, DhcpResults dhcpResults);
75
* @param
interfaceName
the name of the interface to configure
80
public native static boolean runDhcpRenew(String
interfaceName
, DhcpResults dhcpResults);
84
* @param
interfaceName
the name of the interface for which the daemon
88
public native static boolean stopDhcp(String
interfaceName
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.h
68
virtual const AtomicString&
interfaceName
() const;
/external/chromium_org/third_party/WebKit/Source/core/events/
ClipboardEvent.h
52
virtual const AtomicString&
interfaceName
() const OVERRIDE;
CustomEvent.h
53
virtual const AtomicString&
interfaceName
() const;
PageTransitionEvent.h
56
virtual const AtomicString&
interfaceName
() const;
ProgressEvent.cpp
66
const AtomicString& ProgressEvent::
interfaceName
() const
ResourceProgressEvent.h
58
virtual const AtomicString&
interfaceName
() const;
WebKitAnimationEvent.cpp
75
const AtomicString& WebKitAnimationEvent::
interfaceName
() const
/external/chromium_org/third_party/WebKit/Source/core/html/
MediaKeyEvent.cpp
61
const AtomicString& MediaKeyEvent::
interfaceName
() const
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextEvent.cpp
60
const AtomicString& WebGLContextEvent::
interfaceName
() const
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackEvent.h
54
virtual const AtomicString&
interfaceName
() const;
/external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputEvent.cpp
67
const AtomicString& SpeechInputEvent::
interfaceName
() const
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomEvent.cpp
71
const AtomicString& SVGZoomEvent::
interfaceName
() const
/external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.h
55
virtual const AtomicString&
interfaceName
() const OVERRIDE;
SharedWorkerGlobalScope.h
52
virtual const AtomicString&
interfaceName
() const OVERRIDE;
Worker.h
54
virtual const AtomicString&
interfaceName
() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.h
50
virtual const AtomicString&
interfaceName
() const { return EventNames::XMLHttpRequestProgressEvent; }
XMLHttpRequestUpload.h
58
virtual const AtomicString&
interfaceName
() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.h
56
virtual const AtomicString&
interfaceName
() const OVERRIDE;
MediaKeyNeededEvent.h
54
virtual const AtomicString&
interfaceName
() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitMediaSource.h
57
virtual const AtomicString&
interfaceName
() const OVERRIDE;
Completed in 1588 milliseconds
1
2
3
4
5
6
7
8
9
10
11