HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 201 - 225 of 8173) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/dom/
EventTarget.h 25 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
193 EventListener* on##attribute() { return getAttributeEventListener(eventNames().attribute##Event); } \
197 virtual EventListener* on##attribute(); \
201 EventListener* type::on##attribute() { return getAttributeEventListener(eventNames().attribute##Event); } \
205 EventListener* on##attribute() { return document()->getWindowAttributeEventListener(eventNames().attribute##Event); } \
209 EventListener* on##attribute() { return getAttributeEventListener(eventNames().eventName##Event); } \
213 EventListener* on##attribute() { return recipient ? recipient->getAttributeEventListener(eventNames().attribute##Event) : 0; } \
  /ndk/build/core/
check-cygwin-make.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
18 # For some reason, a lot of application developers on Windows
35 # Now try to find it on the file system, a non-cygwin compatible
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattribute04.js 63 // This method is called on the completion of
78 First use setAttribute to create a new attribute on the third strong element. Invoke setIdAttribute
79 on the new attribute. Verify by calling isID on the new attribute and getElementById on document.
elementsetidattribute09.js 63 // This method is called on the completion of
78 First use setAttribute to create two new attributes on the second strong element and sup element.
79 Invoke setIdAttribute on the new attributes. Verify by calling isID on the new attributes and getElementById
80 with two different values on document.
elementsetidattributenode01.js 63 // This method is called on the completion of
78 Invoke setIdAttributeNode on the 3rd p element using the title attribute as a parameter . Verify by calling
79 isID on the attribute node and getElementById on document node. Call setIdAttributeNode again with isId=false
80 to reset. Invoke isId on the attribute node should return false.
elementsetidattributenode02.js 63 // This method is called on the completion of
78 Invoke setIdAttributeNode on the 3rd acronym element using the class attribute as a parameter . Verify by calling
79 isID on the attribute node and getElementById on document node. Call setIdAttributeNode again with isId=false
80 to reset. Invoke isId on the attribute node should return false.
elementsetidattributenode08.js 64 // This method is called on the completion of
80 is unique then this element node can later be retrieved using getElementById on Document. Note, however,
83 Invoke setIdAttributeNode on the 2nd acronym element and 3rd p element using the title and xmlns:dmstc attributes respectively
84 as parameters . Verify by calling isID on the attribute node and getElementById on document node.
elementsetidattributenode10.js 64 // This method is called on the completion of
80 is unique then this element node can later be retrieved using getElementById on Document. Note, however,
83 Invoke setIdAttributeNode on the 4th acronym element using the class attribute (containing entity reference)
84 as a parameter . Verify by calling isId on the attribute node and getElementById on document node.
elementsetidattributens03.js 63 // This method is called on the completion of
78 Invoke setIdAttributeNS on a newly added namespace attribute on the first em element. Verify by calling
79 isID on the attribute node and getElementById on document node. Call setIdAttributeNS with isId=false to reset.
elementsetidattributens05.js 64 // This method is called on the completion of
80 If the value of the specified attribute is unique then this element node can later be retrieved using getElementById on Document.
83 Invoke setIdAttributeNS on a changed attribute of the third acronym element. Verify by calling
84 isID on the attribute node and getElementById on document node.
elementsetidattributens10.js 64 // This method is called on the completion of
80 specified attribute is unique then this element node can later be retrieved using getElementById on Document.
83 Invoke setIdAttributeNS on two existing namespace attributes with different values. Verify by calling
84 isId on the attributes and getElementById with different values on document node.
elementsetidattributens11.js 64 // This method is called on the completion of
80 specified attribute is unique then this element node can later be retrieved using getElementById on Document.
83 Invoke setIdAttributeNS on two existing namespace attributes with same local name but different values. Verify by calling
84 isId on the attributes node and getElementById with different values on document node.
documentgetinputencoding03.js 63 // This method is called on the completion of
78 Call the getInputEncoding method on a on a UTF-16 (BE) encoded document and check if the value returned
documentsetstricterrorchecking02.js 63 // This method is called on the completion of
78 Set the strictErrorChecking attribute value on a new Document to true.
79 Call the createAttributeNS method on this document with a a null namespaceURI and a qualified name
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 20 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
100 + JSC is failing to propagate anonymous slot count on some transitions
128 JSC is failing to propagate anonymous slot count on some transitions
165 - JSC is failing to propagate anonymous slot count on some transitions
207 JSC is failing to propagate anonymous slot count on some transitions
254 JSC is failing to propagate anonymous slot count on some transitions
296 JSC is failing to propagate anonymous slot count on some transitions
311 JSC is failing to propagate anonymous slot count on some transitions
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
103 /** Minimum brightness at which the indicator is shown at half-full and ON */
119 * (turning on & off radio drivers), compared to user's
159 // easier, and is probably nicer on lower levels.
180 * the on-vs-off state.
182 public abstract int getButtonImageId(boolean on);
190 * Updates the remote views depending on the state (off, on,
191 * turning off, turning on) of the setting.
210 // shows the tri-state (on, off, transitioning), bu
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 143 /* used by select to wait on channel events */
547 int on = 1; local
558 if ( -1==setsockopt( channel->fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on) )) {
591 int on = 1; local
603 setsockopt(channel->fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
614 int on = 1; local
642 setsockopt( channel->fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on) );
    [all...]
  /hardware/msm7k/liblights/
lights.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
141 // can reset the timer on the breathing mode, which looks bad.
178 int on = is_lit(state); local
180 err = write_int(KEYBOARD_FILE, on?255:0);
190 int on = is_lit(state); local
192 g_buttons = on;
193 err = write_int(BUTTON_FILE, on?255:0);
255 // pwm specifies the ratio of ON versus OFF
257 // pwm = 255 => always on
  /external/chromium/net/tools/flip_server/
acceptor_thread.cc 85 int on = 1; local
89 reinterpret_cast<char*>(&on), sizeof(on));
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 10 % the passed value string will be executed upon clicking on the
111 'Resize','on', ...
118 'Visible','on');
142 'Enable','on', ...
170 'Box','on', ...
226 set(f,'HandleVisibility','callback','visible','on', 'resize','off');
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodedocumentnodeattribute.js 63 // This method is called on the completion of
78 The "getAttributes()" method invoked on a Document
82 "getAttributes()" method on the Document Node.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodedocumentnodeattribute.js 63 // This method is called on the completion of
78 The "getAttributes()" method invoked on a Document
82 "getAttributes()" method on the Document Node.
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
initial-values.js 5 debug("Attribute creation using createElement on an HTML doc:")
18 debug("Attribute creation using createElementNS on an HTML doc:")
29 debug("Attribute creation using createElement on an XHTML doc:")
42 debug("Attribute creation using createElementNS on an XHTML doc:")
99 debug("Element creation using createElement on an HTML doc:")
111 debug("Prefixed element creation using createElementNS on an HTML doc:")
120 debug("SVG Element creation using createElementNS on an HTML doc:")
129 debug("Unknown Element creation using createElementNS on an HTML doc:")
138 debug("Element creation using createElementNS on an HTML doc:")
149 debug("Element creation using createElement on an XHTML doc:"
    [all...]
  /external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js 15 "Test to make sure that queueing multiple transactions on different DB handles does not result in a deadlock.",
29 // Runs a transaction on the given database
38 // Execute a write statement to make sure SQLite tries to acquire an exclusive lock on the DB file
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_fat.mk 12 # support (e.g., on Darwin). This should only be used to build fat
22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:

Completed in 3133 milliseconds

1 2 3 4 5 6 7 891011>>