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

  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver_test.py 270 }, resolver.GetLink('foo', namespace='baz'))
275 }, resolver.GetLink('foo.foo_t1', namespace='baz'))
280 }, resolver.GetLink('baz.baz_e1', namespace='baz'))
285 }, resolver.GetLink('baz_e1', namespace='baz'))
290 }, resolver.GetLink('foo.foo_f1', namespace='baz'))
295 }, resolver.GetLink('foo.foo_p3', namespace='baz'))
300 }, resolver.GetLink('bar.bon.bar_bon_t3', namespace='baz'))
305 }, resolver.GetLink('bar_bon_p3', namespace='bar.bon'))
310 }, resolver.GetLink('bar.bon.bar_bon_p3', namespace='bar.bon'))
315 }, resolver.GetLink('bar.bar_e2', namespace='bar')
    [all...]
reference_resolver.py 110 def GetLink(self, ref, namespace=None, title=None):
136 ref_data = self.GetLink(ref, namespace=namespace, title=title)
samples_data_source.py 139 ref_data = self._ref_resolver.GetLink(item)
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 96 int GetLink(int char_index, LinkTarget* target);
pdfium_page.cc 272 return GetLink(*char_index, target) != -1 ? WEBLINK_AREA : TEXT_AREA;
332 int PDFiumPage::GetLink(int char_index, PDFiumPage::LinkTarget* target) {
  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 42 CPDF_Link CPDF_LinkList::GetLink(CPDF_Page* pPage, int index)
  /art/compiler/
elf_writer_quick.cc 410 dynsym_builder_.section_.sh_link = dynsym_builder_.GetLink();
417 dynsym_builder_.strtab_.section_.sh_link = dynsym_builder_.strtab_.GetLink();
424 hash_builder_.section_.sh_link = hash_builder_.GetLink();
431 rodata_builder_.section_.sh_link = rodata_builder_.GetLink();
437 text_builder_.section_.sh_link = text_builder_.GetLink();
445 dynamic_builder_.section_.sh_link = dynamic_builder_.GetLink();
455 symtab_builder_.section_.sh_link = symtab_builder_.GetLink();
462 symtab_builder_.strtab_.section_.sh_link = symtab_builder_.strtab_.GetLink();
492 it->section_.sh_link = it->GetLink();
506 shstrtab_builder_.section_.sh_link = shstrtab_builder_.GetLink();
    [all...]
elf_writer_quick.h 79 Elf32_Word GetLink() {
  /art/runtime/
handle_scope.h 65 HandleScope* GetLink() const {
stack.cc 66 current_fragment = current_fragment->GetLink()) {
68 current_frame = current_frame->GetLink()) {
80 current_fragment = current_fragment->GetLink()) {
82 current_frame = current_frame->GetLink()) {
521 current_fragment = current_fragment->GetLink()) {
586 cur_shadow_frame_ = cur_shadow_frame_->GetLink();
stack.h 178 ShadowFrame* GetLink() const {
424 ManagedStack* GetLink() const {
466 top_shadow_frame_ = frame->GetLink();
thread.cc 132 tlsPtr_.shadow_frame_under_construction = tlsPtr_.shadow_frame_under_construction->GetLink();
    [all...]
thread.h 696 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink();
    [all...]
  /art/runtime/interpreter/
interpreter.cc 504 shadow_frame = shadow_frame->GetLink();
interpreter_common.cc     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 562 CPDF_Link GetLink(CPDF_Page* pPage, int index);
    [all...]

Completed in 177 milliseconds