OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:name_b
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc
233
base::string16
name_b
= ASCIIToUTF16("Banana");
local
235
GetProfilePath("path_b"),
name_b
, base::string16(), 0, std::string());
239
EXPECT_EQ(
name_b
, GetCache()->GetNameOfProfileAtIndex(1));
247
EXPECT_EQ(
name_b
, GetCache()->GetNameOfProfileAtIndex(0));
255
EXPECT_EQ(
name_b
, GetCache()->GetNameOfProfileAtIndex(0));
/external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp
2357
CFX_ByteString
name_b
= CFX_ByteString::FromUnicode(name);
local
[
all
...]
Completed in 176 milliseconds