Home
last modified time | relevance | path

Searched refs:title_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/base/
Dwindowpicker.h25 : 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/
Dutil.py96 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/
Dscreencastid.h65 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/
DDiffOutput.java24 public String title_ = null; field in DiffOutput
35 title_ = title; in DiffOutput()
/external/webrtc/webrtc/test/mac/
Dvideo_renderer_mac.mm21 NSString *title_; field
39 title_ = title;
79 [window_ setTitle:title_];
/external/ImageMagick/Magick++/lib/
DMontage.cpp160 void Magick::Montage::title(const std::string &title_) in title() argument
162 _title=title_; in title()
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h81 void title(const std::string &title_);
/external/v8/src/profiler/
Dprofile-generator.h278 const char* title() const { return title_; } in title()
298 const char* title_; variable
Dprofile-generator.cc393 : title_(title), in CpuProfile()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2016 title_ = NULL; in Init()
2022 StrCpy(NULL, &title_); in Clear()
2028 return StrCpy(title, &title_); in set_title()
2040 uint64_t payload_size = EbmlElementSize(libwebm::kMkvChapString, title_); in WriteDisplay()
2061 if (!WriteEbmlElement(writer, libwebm::kMkvChapString, title_)) in WriteDisplay()
Dmkvmuxer.h990 char* title_;