HomeSort by relevance Sort by last modified time
    Searched defs:exceptionCode (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/xml/
XMLTreeViewer.cpp 86 ExceptionCode exceptionCode;
87 m_document->getElementById("xml-viewer-style")->appendChild(text, exceptionCode);
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 43 int32_t exceptionCode = reply.readExceptionCode();
44 if (!exceptionCode) {
53 String8(uri).string(), exceptionCode);
  /external/webkit/Source/WebKit/chromium/src/
WebStorageAreaImpl.cpp 36 #include "ExceptionCode.h"
71 int exceptionCode = 0;
74 oldValue = m_storageArea->setItem(key, value, exceptionCode, 0);
76 if (exceptionCode) {
77 ASSERT(exceptionCode == WebCore::QUOTA_EXCEEDED_ERR);
WebElement.cpp 78 ExceptionCode exceptionCode = 0;
79 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode);
80 return !exceptionCode;
WebNode.cpp 98 ExceptionCode exceptionCode = 0;
99 m_private->setNodeValue(value, exceptionCode);
100 return !exceptionCode;

Completed in 403 milliseconds