Searched refs:title_ (Results 1 – 11 of 11) sorted by relevance
/third_party/libnl/python/netlink/ |
D | util.py | 96 title_ = d.get('title', None) 98 return title_, str(value) 121 (title_, value) = self._nlattr(key) 124 if not title_: 125 title_ = key # fall back to key as title 126 value = '{0} {1}'.format(kw(title_), value)
|
/third_party/cef/libcef/browser/views/ |
D | window_view.h | 90 std::u16string title() const { return title_; } in title() 127 std::u16string title_; variable
|
D | window_view.cc | 387 return title_; in GetWindowTitle() 508 title_ = title; in SetTitle()
|
/third_party/boost/tools/quickbook/src/ |
D | document_state.cpp | 120 value const& title_) in start_file() argument 123 compatibility_version_, false, include_doc_id, id, title_); in start_file() 130 value const& title_) in start_file_with_docinfo() argument 134 compatibility_version_, true, include_doc_id, id, title_) in start_file_with_docinfo()
|
D | boostbook_chunker.hpp | 21 xml_tree title_; member
|
D | boostbook_chunker.cpp | 122 parent->title_ = tree.extract(node); in chunk_nodes()
|
D | bb2html.cpp | 280 gather_chunk_ids(c_state, x->title_.root()); in gather_chunk_ids() 443 number_callouts(gen, x->title_.root()); in generate_chunk_body() 447 generate_tree_html(gen, x->title_.root()); in generate_chunk_body() 493 generate_toc_item_html(gen, it->title_.root()); in generate_toc_subtree() 497 generate_toc_item_html(gen, it->title_.root()); in generate_toc_subtree() 847 get_id_paths_impl2(ids, c, c->title_.root()); in get_id_paths_impl()
|
/third_party/cef/tests/ceftests/ |
D | test_handler.cc | 36 window->SetTitle(title_); in OnWindowCreated() 56 : browser_view_(browser_view), title_(title) {} in TestWindowDelegate() 59 CefString title_; member in __anondefd54020111::TestWindowDelegate
|
/third_party/alsa-utils/alsamixer/ |
D | textbox.c | 319 const char *title_, int attrs) in create_text_box() argument 328 title = cstrdup(title_); in create_text_box()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 59930 + title_(title), 59939 + return title_; 60022 + std::string title_;
|
D | 0001-cve.patch | 151468 : title_(title),
|