/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | RetainedDOMInfo.cpp | 59 if (strcmp(GetLabel(), other->GetLabel())) in IsEquivalent() 74 const char* RetainedDOMInfo::GetLabel() in GetLabel() function in blink::RetainedDOMInfo
|
D | RetainedDOMInfo.h | 50 virtual const char* GetLabel() OVERRIDE;
|
/external/chromium_org/tools/gn/ |
D | function_get_target_outputs_unittest.cc | 28 Label GetLabel(const std::string& dir, const std::string& name) { in GetLabel() function in __anona304ff870111::GetTargetOutputsTest 62 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar")); in TEST_F() 77 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar")); in TEST_F() 92 Target* action = new Target(setup_.settings(), GetLabel("//foo/", "bar")); in TEST_F()
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | 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, 327 "name": test.GetLabel(),
|
D | verbose.py | 98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
|
/external/chromium_org/chromeos/login/auth/ |
D | key_unittest.cc | 25 EXPECT_EQ(kLabel, key.GetLabel()); in TEST() 30 EXPECT_EQ(kLabel, key.GetLabel()); in TEST()
|
D | extended_authenticator_impl.cc | 193 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel()); in DoAuthenticateToMount() 215 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel()); in DoAuthenticateToCheck() 236 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in DoAddKey() 260 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in DoUpdateKeyAuthorized() 282 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in DoRemoveKey()
|
D | key.h | 42 const std::string& GetLabel() const;
|
D | key.cc | 59 const std::string& Key::GetLabel() const { in GetLabel() function in chromeos::Key
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_profile_unittest.cc | 28 base::string16 GetLabel(AutofillProfile* profile) { in GetLabel() function 91 base::string16 summary0 = GetLabel(&profile0); in TEST() 100 base::string16 summary00 = GetLabel(&profile00); in TEST() 108 base::string16 summary1 = GetLabel(&profile1); in TEST() 116 base::string16 summary1a = GetLabel(&profile1a); in TEST() 124 base::string16 summary2 = GetLabel(&profile2); in TEST() 133 base::string16 summary3 = GetLabel(&profile3); in TEST() 141 base::string16 summary4 = GetLabel(&profile4); in TEST() 149 base::string16 summary5 = GetLabel(&profile5); in TEST() 157 base::string16 summary6 = GetLabel(&profile6); in TEST() [all …]
|
/external/chromium_org/v8/include/ |
D | v8-profiler.h | 563 virtual const char* GetLabel() = 0; 574 virtual const char* GetGroupLabel() { return GetLabel(); } in GetGroupLabel()
|
/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
D | supervised_user_login_flow.cc | 154 DCHECK(context_.GetKey()->GetLabel().empty()); in OnPasswordChangeDataLoaded() 170 DCHECK_EQ(context_.GetKey()->GetLabel(), kCryptohomeSupervisedUserKeyLabel); in OnPasswordChangeDataLoaded()
|
/external/chromium_org/v8/src/ |
D | lithium.cc | 278 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() function in v8::internal::LChunk 286 LLabel* cur = GetLabel(block_id); in LookupDestination() 294 LLabel* label = GetLabel(block_id); in GetAssemblyLabel() 327 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
|
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/ |
D | easy_unlock_remove_keys_operation.cc | 54 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in RemoveKey()
|
D | easy_unlock_create_keys_operation.cc | 369 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in OnGetSystemSalt() 397 user_context_.GetKey()->GetLabel() == in OnKeyCreated()
|
/external/chromium_org/v8/tools/testrunner/objects/ |
D | testcase.py | 84 def GetLabel(self): member in TestCase
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_model_adapter.h | 71 virtual base::string16 GetLabel(int id) const OVERRIDE;
|
D | menu_delegate.cc | 18 base::string16 MenuDelegate::GetLabel(int id) const { in GetLabel() function in views::MenuDelegate
|
D | menu_delegate.h | 70 virtual base::string16 GetLabel(int id) const;
|
D | menu.cc | 20 base::string16 Menu::Delegate::GetLabel(int id) const { in GetLabel() function in views::Menu::Delegate
|
D | menu.h | 48 virtual base::string16 GetLabel(int id) const;
|
/external/chromium_org/v8/src/compiler/ |
D | code-generator-impl.h | 64 return gen_->code()->GetLabel(InputBlock(index)); in InputLabel()
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | base_scroll_bar.h | 96 virtual base::string16 GetLabel(int id) const OVERRIDE;
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetPreview.py | 89 if button.GetLabel() == JetDefs.BUT_MUTE:
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_basic.cpp | 500 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const in GetLabel() function in CPDF_PageLabel 551 bsLbl = PDF_EncodeText(GetLabel(i)); in GetPageByLabel()
|