OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RangeExceptionOffset
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
RangeException.h
39
static const int
RangeExceptionOffset
= 200;
43
BAD_BOUNDARYPOINTS_ERR =
RangeExceptionOffset
+ 1,
ExceptionCode.cpp
259
if (code >= RangeException::
RangeExceptionOffset
&& code <= RangeException::RangeExceptionMax) {
262
code -= RangeException::
RangeExceptionOffset
;
Completed in 113 milliseconds