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

  /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());
  /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;
  /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_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/ui/views/
wrench_menu.cc 651 int index_offset = model->GetFirstItemIndex(NULL); local
653 int index = i + index_offset;

Completed in 285 milliseconds