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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DRetainedDOMInfo.cpp59 if (strcmp(GetLabel(), other->GetLabel()))
74 const char* RetainedDOMInfo::GetLabel() function in class:blink::RetainedDOMInfo
/external/chromium_org/v8/tools/testrunner/objects/
H A Dtestcase.py84 def GetLabel(self): member in class:TestCase
/external/chromium_org/tools/gn/
H A Dfunction_get_target_outputs_unittest.cc28 Label GetLabel(const std::string& dir, const std::string& name) { function in class:__anon16453::GetTargetOutputsTest
62 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
77 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
92 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
/external/chromium_org/chromeos/login/auth/
H A Dkey.cc59 const std::string& Key::GetLabel() const { function in class:chromeos::Key
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile_unittest.cc28 base::string16 GetLabel(AutofillProfile* profile) { function in namespace:autofill::__anon6325
91 base::string16 summary0 = GetLabel(&profile0);
100 base::string16 summary00 = GetLabel(&profile00);
108 base::string16 summary1 = GetLabel(&profile1);
116 base::string16 summary1a = GetLabel(&profile1a);
124 base::string16 summary2 = GetLabel(&profile2);
133 base::string16 summary3 = GetLabel(&profile3);
141 base::string16 summary4 = GetLabel(&profile4);
149 base::string16 summary5 = GetLabel(&profile5);
157 base::string16 summary6 = GetLabel(
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc20 base::string16 Menu::Delegate::GetLabel(int id) const { function in class:views::Menu::Delegate
H A Dmenu_delegate.cc18 base::string16 MenuDelegate::GetLabel(int id) const { function in class:views::MenuDelegate
H A Dmenu_model_adapter.cc174 base::string16 MenuModelAdapter::GetLabel(int id) const { function in class:views::MenuModelAdapter
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc69 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
H A Dtest-mark-compact.cc375 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1411 virtual const char* GetLabel() { return label_; } function in class:__anon17406::TestRetainedObjectInfo
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.cc321 base::string16 BaseScrollBar::GetLabel(int id) const { function in class:views::BaseScrollBar
/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc315 Label* InstructionSequence::GetLabel(BasicBlock* block) { function in class:v8::internal::compiler::InstructionSequence
/external/chromium_org/v8/src/
H A Dlithium.cc278 LLabel* LChunk::GetLabel(int block_id) const { function in class:v8::internal::LChunk
286 LLabel* cur = GetLabel(block_id);
294 LLabel* label = GetLabel(block_id);
327 label->set_replacement(GetLabel(goto_instr->block_id()));
H A Dheap-snapshot-generator.cc698 const char* label = info->GetLabel();
2283 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements)
2284 : names_->GetCopy(info->GetLabel());
2447 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2450 virtual const char* GetLabel() { return label_; } function in class:v8::internal::NativeGroupRetainedObjectInfo
/external/openfst/src/include/fst/
H A Dencode.h146 Label GetLabel(const A &arc) const { function in class:fst::EncodeTable
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp500 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const function in class:CPDF_PageLabel
551 bsLbl = PDF_EncodeText(GetLabel(i));

Completed in 2744 milliseconds