HomeSort by relevance Sort by last modified time
    Searched refs:GetLabel (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
RetainedDOMInfo.cpp 59 if (strcmp(GetLabel(), other->GetLabel()))
74 const char* RetainedDOMInfo::GetLabel()
RetainedDOMInfo.h 50 virtual const char* GetLabel() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/auth/
key_unittest.cc 25 EXPECT_EQ(kLabel, key.GetLabel());
30 EXPECT_EQ(kLabel, key.GetLabel());
key.h 35 const std::string& GetLabel() const;
key.cc 64 const std::string& Key::GetLabel() const {
extended_authenticator.cc 201 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel());
225 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel());
248 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
273 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
297 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->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* exe = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
75 Target* source_set = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
86 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
100 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar"));
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 75 'label': test.GetLabel(),
118 print 'Starting %s...' % test.GetLabel()
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
167 self.PrintProgress(test.GetLabel())
281 [test.GetLabel()] + self.runner.context.mode_flags + test.flags,
324 "name": test.GetLabel(),
verbose.py 98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.h 71 virtual base::string16 GetLabel(int id) const OVERRIDE;
menu_delegate.cc 18 base::string16 MenuDelegate::GetLabel(int id) const {
menu_delegate.h 70 virtual base::string16 GetLabel(int id) const;
menu.cc 20 base::string16 Menu::Delegate::GetLabel(int id) const {
menu.h 48 virtual base::string16 GetLabel(int id) const;
menu_model_adapter.cc 175 base::string16 MenuModelAdapter::GetLabel(int id) const {
  /external/chromium_org/v8/include/
v8-profiler.h 561 * encoded string. V8 copies its contents during a call to GetLabel.
563 virtual const char* GetLabel() = 0;
574 virtual const char* GetGroupLabel() { return GetLabel(); }
  /external/chromium_org/v8/tools/testrunner/objects/
testcase.py 82 def GetLabel(self):
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 96 virtual base::string16 GetLabel(int id) const OVERRIDE;
base_scroll_bar.cc 323 base::string16 BaseScrollBar::GetLabel(int id) const {
  /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/chrome/browser/chromeos/login/managed/
supervised_user_login_flow.cc 150 DCHECK(context_.GetKey()->GetLabel().empty());
166 DCHECK_EQ(context_.GetKey()->GetLabel(), kCryptohomeSupervisedUserKeyLabel);
  /external/chromium_org/v8/src/
lithium.cc 249 LLabel* LChunk::GetLabel(int block_id) const {
257 LLabel* cur = GetLabel(block_id);
265 LLabel* label = GetLabel(block_id);
298 label->set_replacement(GetLabel(goto_instr->block_id()));
lithium-codegen.cc 150 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 89 if button.GetLabel() == JetDefs.BUT_MUTE:
  /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 536 milliseconds

1 2