HomeSort by relevance Sort by last modified time
    Searched refs:addConsoleError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 112 void addConsoleError(const String& message);
DOMSelection.cpp 400 addConsoleError("The given range is null.");
405 addConsoleError("The given range has no container. Perhaps 'detach()' has been invoked on it?");
419 addConsoleError("The given range does not belong to the current selection's document.");
423 addConsoleError("The given range and the current selection belong to two different document fragments.");
429 addConsoleError("Discontiguous selection is not supported.");
558 void DOMSelection::addConsoleError(const String& message)

Completed in 184 milliseconds