Searched defs:set_title (Results 1 – 9 of 9) sorted by relevance
30 void set_title(const std::string& title) { title_ = title; } in set_title() function46 void set_title(const std::string& title) { title_ = title; } in set_title() function
64 static LRESULT set_title(HWND w, const std::wstring& t) { in set_title() function82 void set_title(const std::wstring& t) { in set_title() function
66 void set_title(const std::string& desc) { title_ = desc; } in set_title() function
1101 def set_title(self, title): member in OptionGroup
1088 def set_title(self, title): member in OptionGroup
831 CJS_Result CJS_Document::set_title(CJS_Runtime* pRuntime, in set_title() function in CJS_Document
2471 void (*set_title)(struct wl_client *client, member
2057 bool Chapter::Display::set_title(const char* title) { in set_title() function in mkvmuxer::Chapter::Display