Searched refs:exceptionCode (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | WebStorageAreaImpl.cpp | 71 int exceptionCode = 0; in setItem() local 74 oldValue = m_storageArea->setItem(key, value, exceptionCode, 0); in setItem() 76 if (exceptionCode) { in setItem() 77 ASSERT(exceptionCode == WebCore::QUOTA_EXCEEDED_ERR); in setItem()
|
D | WebRange.cpp | 68 Node* WebRange::startContainer(int& exceptionCode) const in startContainer() 70 return m_private->startContainer(exceptionCode); in startContainer() 73 Node* WebRange::endContainer(int& exceptionCode) const in endContainer() 75 return m_private->endContainer(exceptionCode); in endContainer()
|
D | WebElement.cpp | 78 ExceptionCode exceptionCode = 0; in setAttribute() local 79 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode); in setAttribute() 80 return !exceptionCode; in setAttribute()
|
D | WebNode.cpp | 98 ExceptionCode exceptionCode = 0; in setNodeValue() local 99 m_private->setNodeValue(value, exceptionCode); in setNodeValue() 100 return !exceptionCode; in setNodeValue()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8Proxy.h | 245 static void setDOMException(int exceptionCode); 292 static const char* rangeExceptionName(int exceptionCode); 293 static const char* eventExceptionName(int exceptionCode); 294 static const char* xmlHttpRequestExceptionName(int exceptionCode); 295 static const char* domExceptionName(int exceptionCode); 298 static const char* xpathExceptionName(int exceptionCode); 302 static const char* svgExceptionName(int exceptionCode); 306 static const char* sqlExceptionName(int exceptionCode);
|
D | V8Proxy.cpp | 636 void V8Proxy::setDOMException(int exceptionCode) in setDOMException() argument 638 if (exceptionCode <= 0) in setDOMException() 642 getExceptionCodeDescription(exceptionCode, description); in setDOMException()
|
/external/webkit/Source/WebCore/xml/ |
D | XMLTreeViewer.cpp | 86 ExceptionCode exceptionCode; in transformDocumentToTreeView() local 87 m_document->getElementById("xml-viewer-style")->appendChild(text, exceptionCode); in transformDocumentToTreeView()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebRange.h | 67 WEBKIT_API WebCore::Node* startContainer(int& exceptionCode) const; 68 WEBKIT_API WebCore::Node* endContainer(int& exceptionCode) const;
|
/external/svox/pico/lib/ |
D | picoos.h | 234 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...);
|
D | picoos.c | 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) in picoos_emRaiseException() argument 825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) { in picoos_emRaiseException() 826 this->curExceptionCode = exceptionCode; in picoos_emRaiseException() 828 …picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, … in picoos_emRaiseException()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 27908 Converted all the code that used to call the DocumentImpl, and dealt with the exceptionCode, 30466 …:CSSMutableStyleDeclarationImpl::setCssText): Update to use QValueList and to take an exceptionCode 39738 (khtml::InputNewlineCommandImpl::doApply): No need to redeclare exceptionCode local.
|
D | ChangeLog-2008-08-10 | 80748 (WebCore::DatabaseOpenTask::exceptionCode):
|