Searched refs:Range (Results 201 - 225 of 747) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model_unittest.cc272 EXPECT_EQ(gfx::Range(0, 5), model.render_text()->selection());
277 EXPECT_EQ(gfx::Range(5, 0), model.render_text()->selection());
280 model.SelectRange(gfx::Range(1U, 3U));
284 model.SelectRange(gfx::Range(1U, 3U));
314 EXPECT_EQ(gfx::Range(2, 3), model.render_text()->selection());
318 EXPECT_EQ(gfx::Range(2, 7), model.render_text()->selection());
323 EXPECT_EQ(gfx::Range(2, 3), model.render_text()->selection());
327 EXPECT_EQ(gfx::Range(2, 10), model.render_text()->selection());
634 gfx::Range range = model.render_text()->selection();
697 gfx::Range rang
[all...]
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc75 const gfx::Range& selection,
76 const gfx::Range& saved_selection_for_focus_change);
85 const gfx::Range selection;
86 const gfx::Range saved_selection_for_focus_change;
93 const gfx::Range& selection,
94 const gfx::Range& saved_selection_for_focus_change)
144 saved_selection_for_focus_change_(gfx::Range::InvalidRange()),
273 saved_selection_for_focus_change_ = gfx::Range::InvalidRange();
283 SelectRange(gfx::Range(current_text.size(), start + 1));
289 const gfx::Range rang
[all...]
/external/clang/include/clang/AST/
H A DComment.h59 SourceRange Range; member in class:clang::comments::Comment
176 Range = SR;
198 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
214 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
217 return Range.getBegin();
221 return Range.getEnd();
304 SourceRange Range; member in struct:clang::comments::InlineCommandComment::Argument
307 Argument(SourceRange Range, StringRef Text) : Range(Range), Tex argument
603 SourceRange Range; member in struct:clang::comments::BlockCommandComment::Argument
607 Argument(SourceRange Range, StringRef Text) argument
[all...]
/external/clang/lib/Sema/
H A DDeclSpec.cpp59 if (Range.getBegin().isInvalid())
60 Range.setBegin(TL.getBeginLoc());
61 Range.setEnd(ColonColonLoc);
63 assert(Range == Builder.getSourceRange() &&
72 if (Range.getBegin().isInvalid())
73 Range.setBegin(IdentifierLoc);
74 Range.setEnd(ColonColonLoc);
76 assert(Range == Builder.getSourceRange() &&
85 if (Range.getBegin().isInvalid())
86 Range
[all...]
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc58 using ::testing::Range;
131 const ParamGenerator<int> gen = Range(0, 10);
164 // Tests that Range() generates the expected sequence.
166 const ParamGenerator<int> gen = Range(0, 3);
171 // Edge case. Tests that Range() generates the single element sequence
174 const ParamGenerator<int> gen = Range(0, 1);
179 // Edge case. Tests that Range() with generates empty sequence when
182 const ParamGenerator<int> gen = Range(0, 0);
186 // Tests that Range() with custom step (greater then one) generates
189 const ParamGenerator<int> gen = Range(
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-range-analysis.cc142 Range temp_range;
143 Range* range = other->range() != NULL ? other->range() : &temp_range;
144 Range* new_range = NULL;
176 Range* range = value->range();
195 void HRangeAnalysisPhase::AddRange(HValue* value, Range* range) {
196 Range* original_range = value->range();
199 Range* new_range = value->range();
H A Dhydrogen-instructions.cc184 int32_t Range::Mask() const {
197 void Range::AddConstant(int32_t value) {
209 void Range::Intersect(Range* other) {
217 void Range::Union(Range* other) {
225 void Range::CombinedMax(Range* other) {
232 void Range::CombinedMin(Range* othe
[all...]
/external/chromium_org/ui/views/controls/
H A Dstyled_label_unittest.cc30 virtual void StyledLabelLinkClicked(const gfx::Range& range,
135 styled()->AddStyleRange(gfx::Range(0, 1),
137 styled()->AddStyleRange(gfx::Range(1, 2),
139 styled()->AddStyleRange(gfx::Range(10, 11),
141 styled()->AddStyleRange(gfx::Range(12, 13),
158 gfx::Range(text.size(), text.size() + link_text.size()),
183 gfx::Range(text.size(), text.size() + unbreakable_text.size()),
207 gfx::Range(text.size(), text.size() + underlined_text.size()),
229 styled()->AddStyleRange(gfx::Range(0, bold_text.size()), style_info);
289 styled()->AddStyleRange(gfx::Range(
[all...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc35 typedef std::pair<const char*, const char*> Range; typedef in class:mojo::test::__anon8786::ValidationTestInputParser
55 bool GetNextItem(Range* range);
57 bool ParseItem(const Range& range);
71 bool StartsWith(const Range& range, const char* prefix, size_t prefix_length);
167 Range range;
191 bool ValidationTestInputParser::GetNextItem(Range* range) {
204 if (StartsWith(Range(&input_[0] + input_cursor_,
220 bool ValidationTestInputParser::ParseItem(const Range& range) {
375 bool ValidationTestInputParser::StartsWith(const Range& range,
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc261 textfield_->SelectRange(gfx::Range(3, 7));
299 textfield_->SelectRange(gfx::Range(2, 3));
302 textfield_->SelectRange(gfx::Range(3, 2));
305 textfield_->SelectRange(gfx::Range(3, 4));
308 textfield_->SelectRange(gfx::Range(4, 3));
311 textfield_->SelectRange(gfx::Range(3, 6));
314 textfield_->SelectRange(gfx::Range(6, 3));
318 textfield_->SelectRange(gfx::Range(0, 6));
321 textfield_->SelectRange(gfx::Range(6, 0));
324 textfield_->SelectRange(gfx::Range(
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc184 static Range *upperBound(MemoryLocation Loc, Range *Ranges,
186 Range *Best = 0;
198 Range *Ranges, unsigned NumRanges,
225 Range *InRange = upperBound(Min, Ranges, NumRanges);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_autofill_dialog_view_delegate.h43 MOCK_METHOD0(LegalDocumentLinks, const std::vector<gfx::Range>&());
79 MOCK_METHOD1(LegalDocumentLinkClicked, void(const gfx::Range&));
95 std::vector<gfx::Range> range_;
H A Dautofill_dialog_types.h111 const gfx::Range& link_range() const { return link_range_; }
128 gfx::Range link_range_;
H A Dpassword_generation_popup_controller_impl.h106 virtual const gfx::Range& HelpTextLinkRange() OVERRIDE;
141 gfx::Range link_range_;
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.h191 struct Range { struct in class:sandbox::SandboxBPF
192 Range(uint32_t f, uint32_t t, const ErrorCode& e) function in struct:sandbox::SandboxBPF::Range
197 typedef std::vector<Range> Ranges;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFormatBlockCommand.cpp32 #include "core/dom/Range.h"
74 RefPtrWillBeRawPtr<Range> range = Range::create(document(), start, endOfSelection);
105 Element* FormatBlockCommand::elementForFormatBlockCommand(Range* range)
H A DVisibleSelection.h49 explicit VisibleSelection(const Range*, EAffinity = SEL_DEFAULT_AFFINITY, bool isDirectional = false);
97 PassRefPtrWillBeRawPtr<Range> firstRange() const;
105 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const;
174 SelectionType m_selectionType; // None, Caret, Range
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c146 for (i = decl->Range.First;
147 i <= decl->Range.Last; i++) {
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
154 pctx->wincoordInput = (int) decl->Range.First;
158 for (i = decl->Range.First;
159 i <= decl->Range.Last; i++) {
241 decl.Range.First =
242 decl.Range.Last = wincoordInput;
250 decl.Range.First =
251 decl.Range
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c146 for (i = decl->Range.First;
147 i <= decl->Range.Last; i++) {
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
154 pctx->wincoordInput = (int) decl->Range.First;
158 for (i = decl->Range.First;
159 i <= decl->Range.Last; i++) {
241 decl.Range.First =
242 decl.Range.Last = wincoordInput;
250 decl.Range.First =
251 decl.Range
[all...]
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc257 bool InputMethodBridge::GetTextRange(gfx::Range* range) const {
262 bool InputMethodBridge::GetCompositionTextRange(gfx::Range* range) const {
267 bool InputMethodBridge::GetSelectionRange(gfx::Range* range) const {
272 bool InputMethodBridge::SetSelectionRange(const gfx::Range& range) {
277 bool InputMethodBridge::DeleteRange(const gfx::Range& range) {
282 bool InputMethodBridge::GetTextFromRange(const gfx::Range& range,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs59 public virtual int Range { property in class:Antlr.Runtime.Debug.DebugTokenStream
61 return input.Range;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs64 public virtual int Range property in class:Antlr.Runtime.Debug.DebugTokenStream
68 return input.Range;
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dasync_slice_group.js20 this.bounds = new base.Range();
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host.h60 const gfx::Range& selected_range) OVERRIDE;
62 virtual gfx::Range GetSelectedRange() OVERRIDE;
H A Dfind_bar_view.h49 const gfx::Range& selected_range);
51 gfx::Range GetSelectedRange() const;

Completed in 918 milliseconds

1234567891011>>