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

  /external/libunwind/doc/
unw_destroy_addr_space.tex 32 \section{Author}
libunwind-setjmp.tex 79 \section{Author}
unw_backtrace.tex 46 \section{Author}
libunwind-ia64.tex 208 \section{Author}
unw_strerror.tex 33 \section{Author}
unw_flush_cache.tex 49 \section{Author}
unw_get_accessors.tex 47 \section{Author}
unw_get_fpreg.tex 69 \section{Author}
unw_get_proc_info.tex 115 \section{Author}
unw_get_proc_info_by_ip.tex 83 \section{Author}
unw_get_proc_name.tex 74 \section{Author}
unw_get_reg.tex 69 \section{Author}
unw_getcontext.tex 55 \section{Author}
unw_is_fpreg.tex 44 \section{Author}
unw_is_signal_frame.tex 59 \section{Author}
unw_regname.tex 39 \section{Author}
unw_set_caching_policy.tex 72 \section{Author}
unw_set_fpreg.tex 71 \section{Author}
unw_set_reg.tex 71 \section{Author}
unw_step.tex 60 \section{Author}
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 23 SkString SkPdfDocumentInformationDictionary::Author(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Author", "");
32 return get("Author", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 23 SkString SkPdfDocumentInformationDictionary::Author(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Author", "");
32 return get("Author", "") != NULL;
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 36 const char kAuthorField[] = "author";
156 // Author implementation
158 Author::Author() {
162 void Author::RegisterJSONConverter(
163 base::JSONValueConverter<Author>* converter) {
164 converter->RegisterStringField(kNameField, &Author::name_);
165 converter->RegisterStringField(kEmailField, &Author::email_);
328 converter->template RegisterRepeatedMessage<Author>(
gdata_wapi_parser.h 155 // Author represents an author of an entity.
156 class Author {
158 Author();
163 base::JSONValueConverter<Author>* converter);
178 DISALLOW_COPY_AND_ASSIGN(Author);
271 const ScopedVector<Author>& authors() const { return authors_; }
281 void set_authors(ScopedVector<Author> authors) {
302 ScopedVector<Author> authors_;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 135 Author: "author"
    [all...]

Completed in 305 milliseconds