Searched refs:ExceptionCode (Results 151 - 175 of 490) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/workers/
H A DSharedWorkerRepository.h36 #include "ExceptionCode.h"
55 static void connect(PassRefPtr<SharedWorker>, PassOwnPtr<MessagePortChannel>, const KURL&, const String& name, ExceptionCode&);
H A DWorker.cpp40 #include "ExceptionCode.h"
59 PassRefPtr<Worker> Worker::create(const String& url, ScriptExecutionContext* context, ExceptionCode& ec)
86 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec)
94 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode& ec)
99 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionCode& ec)
/external/webkit/Source/WebCore/dom/
H A DCharacterData.cpp26 #include "ExceptionCode.h"
36 void CharacterData::setData(const String& data, ExceptionCode&)
48 String CharacterData::substringData(unsigned offset, unsigned count, ExceptionCode& ec)
89 void CharacterData::appendData(const String& data, ExceptionCode&)
99 void CharacterData::insertData(unsigned offset, const String& data, ExceptionCode& ec)
113 void CharacterData::deleteData(unsigned offset, unsigned count, ExceptionCode& ec)
133 void CharacterData::replaceData(unsigned offset, unsigned count, const String& data, ExceptionCode& ec)
166 void CharacterData::setNodeValue(const String& nodeValue, ExceptionCode& ec)
202 void CharacterData::checkCharDataOperation(unsigned offset, ExceptionCode& ec)
H A DText.h37 PassRefPtr<Text> splitText(unsigned offset, ExceptionCode&);
42 PassRefPtr<Text> replaceWholeText(const String&, ExceptionCode&);
/external/webkit/Source/WebCore/editing/
H A DAppendNodeCommand.cpp62 ExceptionCode ec;
78 ExceptionCode ec;
H A DDeleteFromTextNodeCommand.cpp52 ExceptionCode ec = 0;
71 ExceptionCode ec;
H A DInsertIntoTextNodeCommand.cpp58 ExceptionCode ec;
74 ExceptionCode ec;
H A DInsertNodeBeforeCommand.cpp53 ExceptionCode ec;
69 ExceptionCode ec;
H A DWrapContentsInDummySpanCommand.cpp47 ExceptionCode ec;
74 ExceptionCode ec;
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h76 void stepUp(int, ExceptionCode&);
77 void stepDown(int, ExceptionCode&);
78 void stepUp(ExceptionCode& ec) { stepUp(1, ec); }
79 void stepDown(ExceptionCode& ec) { stepDown(1, ec); }
132 void setValueAsDate(double, ExceptionCode&);
135 void setValueAsNumber(double, ExceptionCode&);
175 void setMaxLength(int, ExceptionCode&);
304 void applyStep(double count, ExceptionCode&);
H A DHTMLOptionElement.h42 bool defaultSelected, bool selected, ExceptionCode&);
45 void setText(const String&, ExceptionCode&);
H A DHTMLVideoElement.h48 void webkitEnterFullscreen(bool isUserGesture, ExceptionCode&);
55 void webkitEnterFullScreen(bool isUserGesture, ExceptionCode& ec) { webkitEnterFullscreen(isUserGesture, ec); }
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasGradient.h37 typedef int ExceptionCode; typedef in namespace:WebCore
52 void addColorStop(float value, const String& color, ExceptionCode&);
/external/webkit/Source/WebCore/loader/appcache/
H A DDOMApplicationCache.cpp73 void DOMApplicationCache::update(ExceptionCode& ec)
80 void DOMApplicationCache::swapCache(ExceptionCode& ec)
H A DDOMApplicationCache.h56 void update(ExceptionCode&);
57 void swapCache(ExceptionCode&);
/external/webkit/Source/WebCore/notifications/
H A DNotificationCenter.h51 PassRefPtr<Notification> createHTMLNotification(const String& URI, ExceptionCode& ec)
64 PassRefPtr<Notification> createNotification(const String& iconURI, const String& title, const String& body, ExceptionCode& ec)
/external/webkit/Source/WebCore/platform/chromium/
H A DDataTransferItemsChromium.cpp38 #include "ExceptionCode.h"
67 void DataTransferItemsChromium::deleteItem(unsigned long index, ExceptionCode& ec)
88 void DataTransferItemsChromium::add(const String& data, const String& type, ExceptionCode& ec)
/external/webkit/Source/WebCore/svg/
H A DSVGAltGlyphElement.cpp27 #include "ExceptionCode.h"
71 void SVGAltGlyphElement::setGlyphRef(const AtomicString&, ExceptionCode& ec)
81 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionCode& ec)
H A DSVGPreserveAspectRatio.h25 #include "ExceptionCode.h"
57 void setAlign(unsigned short align, ExceptionCode&);
60 void setMeetOrSlice(unsigned short, ExceptionCode&);
H A DSVGLength.cpp129 ExceptionCode ec = 0;
157 ExceptionCode ec = 0;
161 float SVGLength::value(const SVGElement* context, ExceptionCode& ec) const
193 void SVGLength::setValue(float value, const SVGElement* context, ExceptionCode& ec)
250 void SVGLength::setValueAsString(const String& string, ExceptionCode& ec)
280 void SVGLength::newValueSpecifiedUnits(unsigned short type, float value, ExceptionCode& ec)
291 void SVGLength::convertToSpecifiedUnits(unsigned short type, const SVGElement* context, ExceptionCode& ec)
358 float SVGLength::convertValueFromUserUnitsToPercentage(float value, const SVGElement* context, ExceptionCode& ec) const
380 float SVGLength::convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode& ec) const
402 float SVGLength::convertValueFromUserUnitsToEMS(float value, const SVGElement* context, ExceptionCode
[all...]
/external/webkit/Source/WebCore/svg/properties/
H A DSVGTransformListPropertyTearOff.h41 PassRefPtr<SVGPropertyTearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, ExceptionCode& ec)
51 PassRefPtr<SVGPropertyTearOff<SVGTransform> > consolidate(ExceptionCode& ec)
/external/webkit/Source/WebCore/xml/
H A DXPathExpression.cpp45 PassRefPtr<XPathExpression> XPathExpression::createExpression(const String& expression, XPathNSResolver* resolver, ExceptionCode& ec)
62 PassRefPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionCode& ec)
/external/webkit/Source/WebCore/css/
H A DMediaList.cpp26 #include "ExceptionCode.h"
70 ExceptionCode ec = 0;
88 ExceptionCode ec = 0;
120 void MediaList::deleteMedium(const String& oldMedium, ExceptionCode& ec)
174 void MediaList::setMediaText(const String& value, ExceptionCode& ec)
226 void MediaList::appendMedium(const String& newMedium, ExceptionCode& ec)
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.cpp39 #include "ExceptionCode.h"
81 void FileWriter::write(Blob* data, ExceptionCode& ec)
101 void FileWriter::seek(long long position, ExceptionCode& ec)
114 void FileWriter::truncate(long long position, ExceptionCode& ec)
128 void FileWriter::abort(ExceptionCode& ec)
192 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionCode& ec)
/external/webkit/Source/WebCore/storage/
H A DDatabaseSync.cpp50 unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec)
94 void DatabaseSync::changeVersion(const String& oldVersion, const String& newVersion, PassRefPtr<SQLTransactionSyncCallback> changeVersionCallback, ExceptionCode& ec)
132 void DatabaseSync::transaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionCode& ec)
137 void DatabaseSync::readTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionCode& ec)
142 void DatabaseSync::runTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly, ExceptionCode& ec)

Completed in 409 milliseconds

1234567891011>>