Searched refs:setRange (Results 1 - 10 of 10) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java135 setRange(from, expr.charAt(i), expr.charAt(i + 2), to);
174 private void setRange(InternalState from, char start, char end, method in class:ParserStateTable
/external/webkit/Source/WebCore/platform/gtk/
H A DDataObjectGtk.h43 void setRange(PassRefPtr<Range> newRange) { m_range = newRange; } function in class:WebCore::DataObjectGtk
/external/webkit/Source/WebCore/webaudio/
H A DAudioBuffer.cpp80 channelDataArray->setRange(bus->channel(i)->data(), m_length, 0, ec);
/external/webkit/Source/WebCore/html/canvas/
H A DTypedArrayBase.h45 void setRange(const T* data, size_t dataLength, unsigned offset, ExceptionCode& ec) function in class:WebCore::TypedArrayBase
/external/clang/lib/Lex/
H A DPPExpressions.cpp46 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } function in class:__anon2901::PPValue
47 void setRange(SourceLocation B, SourceLocation E) { function in class:__anon2901::PPValue
185 Result.setRange(PeekTok.getLocation());
246 Result.setRange(PeekTok.getLocation());
296 Result.setRange(PeekTok.getLocation());
324 Result.setRange(Start, PeekTok.getLocation());
/external/clang/include/clang/AST/
H A DAttr.h99 void setRange(SourceRange R) { Range = R; } function in class:clang::Attr
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp429 dataObject->setRange(targetFrame->selection()->toNormalizedRange());
/external/oprofile/gui/
H A Doprof_start.cpp463 event_count_validator->setRange(descr.min_count, max_perf_count());
/external/clang/include/clang/Sema/
H A DDeclSpec.h66 void setRange(const SourceRange &R) { Range = R; } function in class:clang::CXXScopeSpec
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2025 Existing->setRange(Attr.getRange());
2040 Existing->setRange(Attr.getRange());
2420 f->setRange(Attr.getRange());

Completed in 426 milliseconds