OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowEvents
(Results
1 - 6
of
6
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
AllowEventsParser.java
33
* Parser for
AllowEvents
header.
46
* @param
allowEvents
the header to parse
48
public AllowEventsParser(String
allowEvents
) {
49
super(
allowEvents
);
61
* parse the
AllowEvents
String header
74
AllowEvents
allowEvents
= new
AllowEvents
();
75
allowEvents
.setHeaderName(SIPHeaderNames.ALLOW_EVENTS);
80
allowEvents
.setEventType(token.getTokenValue())
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/
AllowEventsList.java
36
* List of
AllowEvents
headers.
37
* The sip message can have multiple
AllowEvents
headers which are strung
48
public class AllowEventsList extends SIPHeaderList<
AllowEvents
> {
62
super(
AllowEvents
.class, AllowEventsHeader.NAME);
68
* Iterator if no methods are defined in this
AllowEvents
Header.
79
ListIterator<
AllowEvents
> li = super.hlist.listIterator();
82
AllowEvents
allowEvents
= (
AllowEvents
) li.next();
83
ll.add(
allowEvents
.getEventType())
[
all
...]
HeaderFactoryImpl.java
164
AllowEvents
allowEvents
= new
AllowEvents
();
165
allowEvents
.setEventType(eventType);
166
return
allowEvents
;
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
57
increaseTtsVolume:{announce:!1,msgId:"increase_tts_volume",category:"controlling_speech"},cyclePunctuationEcho:{announce:!1,msgId:"cycle_punctuation_echo",category:"controlling_speech"},cycleTypingEcho:{announce:!1,msgId:"cycle_typing_echo",category:"controlling_speech"},toggleEarcons:{announce:!0,msgId:"toggle_earcons",category:"controlling_speech"},handleTab:{
allowEvents
:!0,msgId:"handle_tab_next",disallowContinuation:!0,category:"navigation"},handleTabPrev:{
allowEvents
:!0,msgId:"handle_tab_prev",
62
forceClickOnCurrentItem:{announce:!0,disallowContinuation:!0,
allowEvents
:!0,msgId:"force_click_on_current_item",category:"navigation"},forceDoubleClickOnCurrentItem:{announce:!0,
allowEvents
:!0,disallowContinuation:!0},readLinkURL:{announce:!1,msgId:"read_link_url",category:"information"},readCurrentTitle:{announce:!1,msgId:"read_current_title",category:"information"},readCurrentURL:{announce:!1,msgId:"read_current_url",category:"information"},fullyDescribe:{announce:!1,msgId:"fully_describe",category:"information"},
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
Completed in 1713 milliseconds