HomeSort by relevance Sort by last modified time
    Searched defs:GetLabel (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chromeos/login/auth/
key.cc 59 const std::string& Key::GetLabel() const {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
RetainedDOMInfo.cpp 59 if (strcmp(GetLabel(), other->GetLabel()))
74 const char* RetainedDOMInfo::GetLabel()
  /external/chromium_org/tools/gn/
function_get_target_outputs_unittest.cc 28 Label GetLabel(const std::string& dir, const std::string& name) {
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/v8/tools/testrunner/objects/
testcase.py 84 def GetLabel(self):
  /external/chromium_org/ui/views/controls/menu/
menu.cc 20 base::string16 Menu::Delegate::GetLabel(int id) const {
menu_delegate.cc 18 base::string16 MenuDelegate::GetLabel(int id) const {
menu_model_adapter.cc 174 base::string16 MenuModelAdapter::GetLabel(int id) const {
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 69 virtual const char* GetLabel() { return "whatever"; }
test-mark-compact.cc 375 virtual const char* GetLabel() { return "whatever"; }
test-heap-profiler.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 28 base::string16 GetLabel(AutofillProfile* profile) {
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(&profile6)
    [all...]
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 321 base::string16 BaseScrollBar::GetLabel(int id) const {
  /external/chromium_org/v8/src/compiler/
instruction.cc 315 Label* InstructionSequence::GetLabel(BasicBlock* block) {
  /external/chromium_org/v8/src/
lithium.cc 278 LLabel* LChunk::GetLabel(int block_id) const {
286 LLabel* cur = GetLabel(block_id);
294 LLabel* label = GetLabel(block_id);
327 label->set_replacement(GetLabel(goto_instr->block_id()));
heap-snapshot-generator.cc 698 const char* label = info->GetLabel();
    [all...]
  /external/openfst/src/include/fst/
encode.h 146 Label GetLabel(const A &arc) const {
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 500 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const
551 bsLbl = PDF_EncodeText(GetLabel(i));

Completed in 484 milliseconds