Searched refs:title_ (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/base/ |
D | windowpicker.h | 25 : id_(id), title_(title) { in WindowDescription() 29 const std::string& title() const { return title_; } in title() 30 void set_title(const std::string& title) { title_ = title; } in set_title() 34 std::string title_; variable 41 : id_(id), title_(title), primary_(false) { in DesktopDescription() 45 const std::string& title() const { return title_; } in title() 46 void set_title(const std::string& title) { title_ = title; } in set_title() 53 std::string title_; variable
|
/external/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)
|
/external/webrtc/talk/media/base/ |
D | screencastid.h | 65 const std::string& title() const { return title_; } in title() 66 void set_title(const std::string& desc) { title_ = desc; } in set_title() 109 std::string title_; // Optional. variable
|
/external/jdiff/src/jdiff/ |
D | DiffOutput.java | 24 public String title_ = null; field in DiffOutput 35 title_ = title; in DiffOutput()
|
/external/webrtc/webrtc/test/mac/ |
D | video_renderer_mac.mm | 21 NSString *title_; field 39 title_ = title; 79 [window_ setTitle:title_];
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 160 void Magick::Montage::title(const std::string &title_) in title() argument 162 _title=title_; in title()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 81 void title(const std::string &title_);
|
/external/v8/src/profiler/ |
D | profile-generator.h | 329 const char* title() const { return title_; } in title() 349 const char* title_; variable
|
D | profile-generator.cc | 393 : title_(title), in CpuProfile()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 2046 title_ = NULL; in Init() 2052 StrCpy(NULL, &title_); in Clear() 2058 return StrCpy(title, &title_); in set_title() 2070 uint64_t payload_size = EbmlElementSize(libwebm::kMkvChapString, title_); in WriteDisplay() 2091 if (!WriteEbmlElement(writer, libwebm::kMkvChapString, title_)) in WriteDisplay()
|
D | mkvmuxer.h | 993 char* title_;
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 2046 title_ = NULL; in Init() 2052 StrCpy(NULL, &title_); in Clear() 2058 return StrCpy(title, &title_); in set_title() 2070 uint64_t payload_size = EbmlElementSize(libwebm::kMkvChapString, title_); in WriteDisplay() 2091 if (!WriteEbmlElement(writer, libwebm::kMkvChapString, title_)) in WriteDisplay()
|
D | mkvmuxer.h | 993 char* title_;
|