Searched refs:GetLabel (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_create_keys_operation.cc369 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
397 user_context_.GetKey()->GetLabel() ==
H A Deasy_unlock_remove_keys_operation.cc54 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.cc154 DCHECK(context_.GetKey()->GetLabel().empty());
170 DCHECK_EQ(context_.GetKey()->GetLabel(), kCryptohomeSupervisedUserKeyLabel);
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc193 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel());
215 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel());
236 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
260 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
282 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
H A Dkey.cc59 const std::string& Key::GetLabel() const { function in class:chromeos::Key
H A Dkey.h42 const std::string& GetLabel() const;
H A Dkey_unittest.cc25 EXPECT_EQ(kLabel, key.GetLabel());
30 EXPECT_EQ(kLabel, key.GetLabel());
/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/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
H A DRetainedDOMInfo.h50 virtual const char* GetLabel() OVERRIDE;
/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/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.h48 virtual base::string16 GetLabel(int id) const;
H A Dmenu_delegate.cc18 base::string16 MenuDelegate::GetLabel(int id) const { function in class:views::MenuDelegate
H A Dmenu_delegate.h70 virtual base::string16 GetLabel(int id) const;
H A Dmenu_item_view.cc247 item->SetTitle(GetDelegate()->GetLabel(item_id));
H A Dmenu_model_adapter.cc174 base::string16 MenuModelAdapter::GetLabel(int id) const { function in class:views::MenuModelAdapter
H A Dmenu_model_adapter.h71 virtual base::string16 GetLabel(int id) const OVERRIDE;
/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
H A Dbase_scroll_bar.h96 virtual base::string16 GetLabel(int id) const OVERRIDE;
/external/chromium_org/v8/include/
H A Dv8-profiler.h561 * 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/src/compiler/arm/
H A Dcode-generator-arm.cc169 __ b(code_->GetLabel(i.InputBlock(0)));
454 Label* tlabel = code()->GetLabel(tblock);
455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc164 __ B(code_->GetLabel(i.InputBlock(0)));
480 Label* tlabel = code()->GetLabel(tblock);
481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);
/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h64 return gen_->code()->GetLabel(InputBlock(index));
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc139 __ jmp(code()->GetLabel(i.InputBlock(0)));
408 Label* tlabel = code()->GetLabel(tblock);
409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock);

Completed in 651 milliseconds

12