Home
last modified time | relevance | path

Searched defs:GetLabel (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/engine/flutter/common/
Dtask_runners.cc26 const std::string& TaskRunners::GetLabel() const { in GetLabel() function in flutter::TaskRunners
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp62 const std::string& ApiObjectBase::GetLabel() const { in GetLabel() function in dawn_native::ApiObjectBase
DDevice.cpp1702 const std::string& DeviceBase::GetLabel() const { in GetLabel() function in dawn_native::DeviceBase
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc24 std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) { in GetLabel() function
/third_party/gn/src/gn/
Dfunction_get_target_outputs_unittest.cc27 Label GetLabel(const std::string& dir, const std::string& name) { in GetLabel() function in __anon5dae2d020111::GetTargetOutputsTest
/third_party/node/test/message/
Dtestcfg.py92 def GetLabel(self): member in MessageTestCase
/third_party/node/test/pseudo-tty/
Dtestcfg.py93 def GetLabel(self): member in TTYTestCase
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/third_party/spirv-tools/source/opt/
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/third_party/cef/libcef/browser/
Dmenu_manager.cc27 CefString GetLabel(int message_id) { in GetLabel() function
Dsimple_menu_model_impl.cc237 CefString CefSimpleMenuModelImpl::GetLabel(int command_id) { in GetLabel() function in CefSimpleMenuModelImpl
Dmenu_model_impl.cc422 CefString CefMenuModelImpl::GetLabel(int command_id) { in GetLabel() function in CefMenuModelImpl
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/third_party/node/test/testpy/
D__init__.py52 def GetLabel(self): member in SimpleTestCase
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py368 def GetLabel(self): member in Test
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.cc400 CefString CefMenuModelCToCpp::GetLabel(int command_id) { in GetLabel() function in CefMenuModelCToCpp
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc773 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { in GetLabel() function