Home
last modified time | relevance | path

Searched defs:SetText (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DStatusBar.h16 bool SetText(LPCTSTR text) in SetText() function in NWindows::NControl::CStatusBar
18 bool SetText(unsigned index, LPCTSTR text, UINT type) in SetText() function in NWindows::NControl::CStatusBar
20 bool SetText(unsigned index, LPCTSTR text) in SetText() function in NWindows::NControl::CStatusBar
26 bool SetText(LPCWSTR text) in SetText() function in NWindows::NControl::CStatusBar
28 bool SetText(unsigned index, LPCWSTR text, UINT type) in SetText() function in NWindows::NControl::CStatusBar
30 bool SetText(unsigned index, LPCWSTR text) in SetText() function in NWindows::NControl::CStatusBar
[all...]
/third_party/python/Lib/idlelib/
H A Ddebugobj.py33 def SetText(self, text): member in ObjectTreeItem
H A Dtree.py375 def SetText(self, text): member in TreeItem
406 def SetText(self, text): member in FileTreeItem
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function in spvtest::TextToBinaryTestBase
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function in spvtest::TextToBinaryTestBase
/third_party/spirv-tools/test/
H A Dtest_fixture.h184 void SetText(const std::string& code) { in SetText() function in spvtest::TextToBinaryTestBase
/third_party/lzma/CPP/Windows/
H A DWindow.h319 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } in SetText() function in NWindows::CWindow
321 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText() function in NWindows::CWindow

Completed in 4 milliseconds