Searched defs:IGNORE_EXCEPTION (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionStatePlaceholder.h54 #define IGNORE_EXCEPTION (::WebCore::IgnorableExceptionState().returnThis()) macro
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHistory.cpp107 perform(adoptRefWillBeNoop(new UndoableStateMark()), IGNORE_EXCEPTION); local
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTrackElement.cpp224 dispatchEvent(Event::create(EventTypeNames::error), IGNORE_EXCEPTION); local
235 dispatchEvent(Event::create(EventTypeNames::load), IGNORE_EXCEPTION); local
H A DHTMLTableElement.cpp127 setTHead(head, IGNORE_EXCEPTION);
133 removeChild(tHead(), IGNORE_EXCEPTION); local
141 setTFoot(foot, IGNORE_EXCEPTION);
147 removeChild(tFoot(), IGNORE_EXCEPTION); local
164 setCaption(caption, IGNORE_EXCEPTION);
170 removeChild(caption(), IGNORE_EXCEPTION); local
H A DMediaController.cpp487 element->seek(currentTime(), IGNORE_EXCEPTION); local
H A DHTMLTextAreaElement.cpp421 removeChild(textNodes[i].get(), IGNORE_EXCEPTION);
428 insertBefore(document().createTextNode(value), firstChild(), IGNORE_EXCEPTION); local
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp349 target->dispatchEvent(TextEvent::createForPlainTextPaste(m_frame.domWindow(), pastingText, smartReplace), IGNORE_EXCEPTION);
357 target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame.domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
467 target->dispatchEvent(evt, IGNORE_EXCEPTION);
677 startRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEPTION); local
679 endRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEPTION); local

Completed in 287 milliseconds