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/editing/
DOMSelection.h 112 void addConsoleError(const String& message);
DOMSelection.cpp 396 addConsoleError("The given range is null.");
401 addConsoleError("The given range has no container. Perhaps 'detach()' has been invoked on it?");
415 addConsoleError("The given range does not belong to the current selection's document.");
419 addConsoleError("The given range and the current selection belong to two different document fragments.");
425 addConsoleError("Discontiguous selection is not supported.");
557 void DOMSelection::addConsoleError(const String& message)

Completed in 45 milliseconds