HomeSort by relevance Sort by last modified time
    Searched refs:index_offset (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url.h 55 TemplateURLRef(const std::string& url, int index_offset, int page_offset);
93 int index_offset() const { return index_offset_; } function in class:TemplateURLRef
180 void Set(const std::string& url, int index_offset, int page_offset);
323 int index_offset,
332 void SetURL(const std::string& url, int index_offset, int page_offset);
341 // TemplateURLRef for a description of |index_offset| and |page_offset|.
342 void SetInstantURL(const std::string& url, int index_offset, int page_offset);
template_url.cc 79 int index_offset,
82 index_offset_(index_offset),
90 int index_offset,
93 index_offset_ = index_offset;
611 int index_offset,
613 suggestions_url_.Set(suggestions_url, index_offset, page_offset);
617 int index_offset,
619 url_.Set(url, index_offset, page_offset);
623 int index_offset,
625 instant_url_.Set(url, index_offset, page_offset)
    [all...]
template_url_parser.cc 300 int index_offset = 1; local
313 base::StringToInt(XMLCharToString(value), &index_offset); local
314 index_offset = std::max(1, index_offset);
324 turl->SetURL(template_url, index_offset, page_offset);
329 turl->SetSuggestionsURL(template_url, index_offset, page_offset);
443 t_url_ref->index_offset(),
447 t_url_ref->index_offset(),
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 198 WriteParam(m, p.index_offset());
203 int index_offset; local
206 !ReadParam(m, iter, &index_offset) ||
209 *p = TemplateURLRef(url, index_offset, page_offset);
341 p->SetSuggestionsURL(suggestions_url.url(), suggestions_url.index_offset(),
343 p->SetURL(url.url(), url.index_offset(), url.page_offset());
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 161 // int index_offset -- so we can slip in extra header fields in a backwards-compatible way
177 int index_offset = (int) f.getFilePointer(); local
215 f.writeInt(index_offset);
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 78 // int index_offset
91 int index_offset = it.readInt(); local
95 readIndex(it, index_offset, data_offset);
  /external/chromium/net/disk_cache/
block_files.cc 61 int index_offset = j * 4 + 4 - target; local
62 *index = current * 32 + index_offset;
64 uint32 to_add = ((1 << size) - 1) << index_offset;
  /bionic/libc/tzcode/
localtime.c 2275 int32_t index_offset; member in struct:bionic_tzdata_header
    [all...]
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 651 int index_offset = model->GetFirstItemIndex(NULL); local
653 int index = i + index_offset;

Completed in 379 milliseconds