Searched refs:current_pos (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/chrome/common/
H A Dcontent_settings_pattern_parser.cc66 size_t current_pos = 0; local
72 current_pos = pattern_spec.find(
74 if (current_pos != std::string::npos) {
75 scheme_component = Component(start, current_pos);
76 start = current_pos + strlen(content::kStandardSchemeSeparator);
77 current_pos = start;
79 current_pos = start;
88 if (pattern_spec[current_pos] == '[')
89 current_pos = pattern_spec.find("]", start);
91 if (current_pos
[all...]
/external/llvm/lib/Support/
H A Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
/external/llvm/include/llvm/Support/
H A Draw_os_ostream.h31 /// current_pos - Return the current position within the stream, not
33 virtual uint64_t current_pos() const LLVM_OVERRIDE;
H A Draw_ostream.h85 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
266 /// current_pos - Return the current position within the stream, not
268 virtual uint64_t current_pos() const = 0;
327 /// current_pos - Return the current position within the stream, not
329 virtual uint64_t current_pos() const LLVM_OVERRIDE { return pos; }
432 /// current_pos - Return the current position within the stream, not
434 virtual uint64_t current_pos() const LLVM_OVERRIDE { return OS.size(); }
456 /// current_pos - Return the current position within the stream, not
458 virtual uint64_t current_pos() const LLVM_OVERRIDE;
482 /// current_pos
[all...]
H A DFormattedStream.h62 /// current_pos - Return the current position within the stream,
64 virtual uint64_t current_pos() const LLVM_OVERRIDE {
H A Dcircular_raw_ostream.h86 /// current_pos - Return the current position within the stream,
89 virtual uint64_t current_pos() const LLVM_OVERRIDE {
90 // This has the same effect as calling TheStream.current_pos(),
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_wrapper.h27 virtual void Update(int viewport_size, int content_size, int current_pos) = 0;
H A Dnative_scroll_bar.cc97 int current_pos) {
98 ScrollBar::Update(viewport_size, content_size, current_pos);
101 native_wrapper_->Update(viewport_size, content_size, current_pos);
95 Update(int viewport_size, int content_size, int current_pos) argument
H A Dscroll_bar.cc22 void ScrollBar::Update(int viewport_size, int content_size, int current_pos) { argument
H A Dscroll_bar.h75 virtual void Update(int viewport_size, int content_size, int current_pos);
H A Dnative_scroll_bar.h59 int current_pos) OVERRIDE;
H A Dnative_scroll_bar_views.h58 int current_pos) OVERRIDE;
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_cache.cc116 size_t current_pos = shader0_size + shader1_size; local
122 memcpy(&buffer.get()[current_pos], it->first.c_str(), name_size);
123 current_pos += name_size;
125 buffer[current_pos++] = value >> 24;
126 buffer[current_pos++] = value >> 16;
127 buffer[current_pos++] = value >> 8;
128 buffer[current_pos++] = value;
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_impl_base.cc47 void ScrollbarLayerImplBase::SetCurrentPos(float current_pos) { argument
48 if (current_pos_ == current_pos)
50 current_pos_ = current_pos;
H A Dscrollbar_layer_impl_base.h21 float current_pos() const { return current_pos_; } function in class:cc::ScrollbarLayerImplBase
22 void SetCurrentPos(float current_pos);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_android.cc96 int current_pos,
98 DCHECK_LE(-1, current_pos);
101 int cur = current_pos;
102 if (current_pos > destination) {
93 MoveStatement( scoped_refptr<MoveStatementRequest> request, history::AndroidStatement* statement, int current_pos, int destination) argument
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc260 POINT current_pos; local
261 ::GetCursorPos(&current_pos);
262 if (x == current_pos.x && y == current_pos.y) {
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc1151 int current_pos,
1169 if (current_pos < 2) {
1170 // Either current_pos == 0, so we have a "not found" case and return 0,
1171 // or current_pos == 1, and the only character before this position is
1179 // which would mean we'd return current_pos -- which isn't "before the
1182 WordBreakProc(edit_text, current_pos - 1, num_bytes, WB_LEFTBREAK);
1197 if (WordBreakProc(edit_text, current_pos, num_bytes, WB_ISDELIMITER)) {
1200 return current_pos + 1;
1206 WordBreakProc(edit_text, current_pos, num_bytes, WB_RIGHTBREAK);
1217 return !!(WordBreakProc(edit_text, current_pos, num_byte
1150 WordBreakProc(LPTSTR edit_text, int current_pos, int num_bytes, int action) argument
1268 SchemeEnd(LPTSTR edit_text, int current_pos, int length) argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dui_controls_win.cc244 POINT current_pos; local
245 ::GetCursorPos(&current_pos);
246 if (x == current_pos.x && y == current_pos.y) {
/external/chromium_org/v8/src/
H A Dscanner.cc602 int current_pos = source_pos(); local
603 ASSERT_EQ(next_.location.end_pos, current_pos);
605 ASSERT(pos >= current_pos);
606 if (pos != current_pos) {
/external/v8/src/
H A Dscanner.cc597 int current_pos = source_pos(); local
598 ASSERT_EQ(next_.location.end_pos, current_pos);
600 ASSERT(pos >= current_pos);
601 if (pos != current_pos) {
/external/chromium_org/base/
H A Dsync_socket_win.cc103 DWORD GetNextChunkSize(size_t current_pos, size_t max_size) { argument
105 return static_cast<DWORD>(((max_size - current_pos) <= UINT_MAX) ?
106 (max_size - current_pos) : UINT_MAX);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py2686 current_pos = Position(line_number, control_match.end() - 1)
2692 open_paren_pos = current_pos
2696 current_pos = close_paren_pos
2698 end_line_of_conditional = current_pos.row
2701 current_pos = _find_in_lines(r'\S', lines, current_pos, None)
2702 if not current_pos:
2706 if lines[current_pos.row][current_pos.column] == '{':
2710 error(current_pos
[all...]
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
H A Dhandlers.c773 int current_pos; local
815 current_pos = non_variable_len;
818 current_pos += sprintf(*output + current_pos,
822 sprintf(*output + current_pos, "\1%s", inet6_addr_str);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc160 size_t current_pos = kStunHeaderSize; local
162 while (current_pos < size) {
165 attr_type = talk_base::GetBE16(&data[current_pos]);
166 attr_length = talk_base::GetBE16(&data[current_pos + sizeof(attr_type)]);
171 current_pos + attr_length > size) {
179 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length;
181 current_pos += (4 - (attr_length % 4));
190 size_t mi_pos = current_pos;
191 talk_base::scoped_ptr<char[]> temp_data(new char[current_pos]);
192 memcpy(temp_data.get(), data, current_pos);
[all...]

Completed in 1870 milliseconds

12