OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:partial_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc
78
const base::string16
partial_name
= is_extension_keyword ?
local
82
full_label_.text() :
partial_name
);
/external/lldb/source/Commands/
CommandObjectProcess.cpp
485
const char *
partial_name
= NULL;
local
486
partial_name
= input.GetArgumentAtIndex(opt_arg_pos);
493
if (
partial_name
)
495
match_info.GetProcessInfo().GetExecutableFile().SetFile(
partial_name
, false);
[
all
...]
Completed in 71 milliseconds