Home
last modified time | relevance | path

Searched defs:SetText (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DStatusBar.h16 bool SetText(LPCTSTR text) in SetText() function
18 bool SetText(unsigned index, LPCTSTR text, UINT type) in SetText() function
20 bool SetText(unsigned index, LPCTSTR text) in SetText() function
26 bool SetText(LPCWSTR text) in SetText() function
28 bool SetText(unsigned index, LPCWSTR text, UINT type) in SetText() function
30 bool SetText(unsigned index, LPCWSTR text) in SetText() function
/third_party/skia/third_party/externals/spirv-tools/test/
Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function
/third_party/spirv-tools/test/
Dtest_fixture.h184 void SetText(const std::string& code) { in SetText() function
/third_party/python/Lib/idlelib/
Dtree.py375 def SetText(self, text): member in TreeItem
406 def SetText(self, text): member in FileTreeItem
Ddebugobj.py33 def SetText(self, text): member in ObjectTreeItem
/third_party/lzma/CPP/Windows/
DWindow.h319 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } in SetText() function
321 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp89871 nsresult SetText(const nsAString& aStr, bool aNotify) in SetText() function in nsIContent
93072 nsresult SetText(const nsAString& aStr, bool aNotify) in SetText() function in mozilla::dom::FragmentOrElement