OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_title
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/device/nfc/
nfc_ndef_record_utils_chromeos.cc
126
const base::DictionaryValue*
first_title
= NULL;
local
127
value_result = titles->GetDictionary(0, &
first_title
);
129
if (!ConvertNdefFieldsToDBusAttributes(*
first_title
, out)) {
/external/chromium_org/chrome/browser/sessions/
better_session_restore_browsertest.cc
234
base::string16
first_title
= web_contents->GetTitle();
local
235
if (
first_title
!= title_pass_ &&
236
first_title
!= title_storing_ &&
237
first_title
!= title_error_write_failed_ &&
238
first_title
!= title_error_empty_) {
242
EXPECT_EQ(expected_title,
first_title
);
Completed in 45 milliseconds