Searched defs:ec (Results 226 - 250 of 410) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DDataView.cpp145 void DataView::setData(unsigned byteOffset, T value, bool littleEndian, ExceptionCode& ec) argument
159 int8_t DataView::getInt8(unsigned byteOffset, ExceptionCode& ec) argument
164 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionCode& ec) argument
169 int16_t DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) argument
174 getUint16(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) argument
179 getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) argument
184 getUint32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) argument
189 getFloat32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) argument
194 getFloat64(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) argument
199 setInt8(unsigned byteOffset, int8_t value, ExceptionCode& ec) argument
204 setUint8(unsigned byteOffset, uint8_t value, ExceptionCode& ec) argument
209 setInt16(unsigned byteOffset, short value, bool littleEndian, ExceptionCode& ec) argument
214 setUint16(unsigned byteOffset, uint16_t value, bool littleEndian, ExceptionCode& ec) argument
219 setInt32(unsigned byteOffset, int32_t value, bool littleEndian, ExceptionCode& ec) argument
224 setUint32(unsigned byteOffset, uint32_t value, bool littleEndian, ExceptionCode& ec) argument
229 setFloat32(unsigned byteOffset, float value, bool littleEndian, ExceptionCode& ec) argument
234 setFloat64(unsigned byteOffset, double value, bool littleEndian, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlsApple.cpp85 ExceptionCode ec; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DDOMEditor.cpp63 virtual bool perform(ExceptionCode& ec) argument
69 virtual bool undo(ExceptionCode& ec) argument
74 virtual bool redo(ExceptionCode& ec) argument
96 virtual bool perform(ExceptionCode& ec) argument
106 virtual bool undo(ExceptionCode& ec) argument
115 redo(ExceptionCode& ec) argument
139 perform(ExceptionCode& ec) argument
145 undo(ExceptionCode& ec) argument
175 perform(ExceptionCode& ec) argument
183 undo(ExceptionCode& ec) argument
192 redo(ExceptionCode& ec) argument
220 perform(ExceptionCode& ec) argument
228 undo(ExceptionCode& ec) argument
233 redo(ExceptionCode& ec) argument
263 perform(ExceptionCode& ec) argument
269 undo(ExceptionCode& ec) argument
275 redo(ExceptionCode& ec) argument
298 perform(ExceptionCode& ec) argument
303 undo(ExceptionCode& ec) argument
308 redo(ExceptionCode& ec) argument
329 perform(ExceptionCode& ec) argument
335 undo(ExceptionCode& ec) argument
341 redo(ExceptionCode& ec) argument
357 insertBefore(Node* parentNode, PassRefPtr<Node> node, Node* anchorNode, ExceptionCode& ec) argument
362 removeChild(Node* parentNode, Node* node, ExceptionCode& ec) argument
367 setAttribute(Element* element, const String& name, const String& value, ExceptionCode& ec) argument
372 removeAttribute(Element* element, const String& name, ExceptionCode& ec) argument
377 setOuterHTML(Node* node, const String& html, Node** newNode, ExceptionCode& ec) argument
387 replaceWholeText(Text* textNode, const String& text, ExceptionCode& ec) argument
392 replaceChild(Node* parentNode, PassRefPtr<Node> newNode, Node* oldNode, ExceptionCode& ec) argument
397 setNodeValue(Node* node, const String& value, ExceptionCode& ec) argument
402 populateErrorString(const ExceptionCode& ec, ErrorString* errorString) argument
412 ExceptionCode ec = 0; local
420 ExceptionCode ec = 0; local
428 ExceptionCode ec = 0; local
436 ExceptionCode ec = 0; local
444 ExceptionCode ec = 0; local
452 ExceptionCode ec = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMSelection.cpp193 void DOMSelection::collapse(Node* node, int offset, ExceptionCode& ec) argument
210 void DOMSelection::collapseToEnd(ExceptionCode& ec) argument
225 void DOMSelection::collapseToStart(ExceptionCode& ec) argument
247 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec) argument
267 void DOMSelection::setPosition(Node* node, int offset, ExceptionCode& ec) argument
333 extend(Node* node, int offset, ExceptionCode& ec) argument
355 getRangeAt(int index, ExceptionCode& ec) argument
412 ExceptionCode ec = 0; local
464 ExceptionCode ec = 0; local
480 selectAllChildren(Node* n, ExceptionCode& ec) argument
[all...]
H A DEventSource.cpp76 PassRefPtr<EventSource> EventSource::create(ScriptExecutionContext* context, const String& url, const Dictionary& eventSourceInit, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedType.cpp284 ExceptionCode ec = 0; local
H A DSVGLength.cpp144 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionCode& ec) argument
164 ExceptionCode ec = 0; local
197 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType, ExceptionCode& ec) argument
203 void SVGLength::setValue(float value, const SVGLengthContext& context, ExceptionCode& ec) argument
223 setValueAsString(const String& string, ExceptionCode& ec) argument
253 newValueSpecifiedUnits(unsigned short type, float value, ExceptionCode& ec) argument
264 convertToSpecifiedUnits(unsigned short type, const SVGLengthContext& context, ExceptionCode& ec) argument
[all...]
H A DSVGLength.h118 ExceptionCode ec = 0; local
[all...]
H A DSVGTextContentElement.cpp118 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode& ec) argument
131 FloatPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionCode& ec) argument
143 FloatPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionCode& ec) argument
155 FloatRect SVGTextContentElement::getExtentOfChar(unsigned charnum, ExceptionCode& ec) argument
167 float SVGTextContentElement::getRotationOfChar(unsigned charnum, ExceptionCode& ec) argument
185 selectSubString(unsigned charnum, unsigned nchars, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGListProperty.h101 void clearValues(ExceptionCode& ec) argument
110 void clearValuesAndWrappers(ExceptionCode& ec) argument
127 ListItemType initializeValues(const ListItemType& newItem, ExceptionCode& ec) argument
143 PassListItemTearOff initializeValuesAndWrappers(PassListItemTearOff passNewItem, ExceptionCode& ec) argument
173 canGetItem(unsigned index, ExceptionCode& ec) argument
183 getItemValues(unsigned index, ExceptionCode& ec) argument
192 getItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec) argument
214 insertItemBeforeValues(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
237 insertItemBeforeValuesAndWrappers(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) argument
272 canReplaceItem(unsigned index, ExceptionCode& ec) argument
285 replaceItemValues(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
310 replaceItemValuesAndWrappers(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) argument
351 canRemoveItem(unsigned index, ExceptionCode& ec) argument
364 removeItemValues(unsigned index, ExceptionCode& ec) argument
376 removeItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec) argument
398 appendItemValues(const ListItemType& newItem, ExceptionCode& ec) argument
413 appendItemValuesAndWrappers(PassListItemTearOff passNewItem, ExceptionCode& ec) argument
[all...]
H A DSVGListPropertyTearOff.h82 void clear(ExceptionCode& ec) argument
87 PassListItemTearOff initialize(PassListItemTearOff passNewItem, ExceptionCode& ec) argument
92 PassListItemTearOff getItem(unsigned index, ExceptionCode& ec) argument
97 PassListItemTearOff insertItemBefore(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) argument
102 PassListItemTearOff replaceItem(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) argument
107 removeItem(unsigned index, ExceptionCode& ec) argument
112 appendItem(PassListItemTearOff passNewItem, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInPageSearchManager.cpp110 ExceptionCode ec = 0; local
311 ExceptionCode ec = 0, ec2 = 0; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dopensslgost_link.c202 EC_KEY *ec; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Object/
H A DCOFF.h186 error_code ec = getSymbol(index, s); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Object/
H A DArchive.cpp176 Archive::Archive(MemoryBuffer *source, error_code &ec) argument
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-nm/
H A Dllvm-nm.cpp128 static bool error(error_code ec, Twine path = Twine()) { argument
289 error_code ec; local
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-prof/
H A Dllvm-prof.cpp268 error_code ec; local
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DPath.cpp231 error_code ec; local
/macosx-10.9.5/swig-10/Source/DOH/
H A Dfio.c118 char encoder[128], *ec = 0; local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c172 int ec, res, i; local
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dhashnameddir.c111 register entry_col *ec = local
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dcfx.c318 size_t rrc = 0, ec = 0; local
753 uint16_t ec, rrc; local
1101 size_t ec = 0; local
1401 uint16_t ec, rrc; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duniset.cpp283 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Duvector.cpp96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { argument
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
524 sorti(UErrorCode &ec) argument
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcurrpinf.cpp244 UErrorCode ec = U_ZERO_ERROR; local
[all...]

Completed in 208 milliseconds

1234567891011>>