OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_arg
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/remoting/
setup_flow.cc
220
Value*
first_arg
= NULL;
local
221
if (!args->Get(0, &
first_arg
)) {
226
current_step_->HandleMessage("SubmitAuth",
first_arg
);
/external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc
556
base::Value*
first_arg
= NULL;
local
557
if (!args_->Get(0, &
first_arg
))
560
switch (
first_arg
->GetType()) {
562
CHECK(
first_arg
->GetAsInteger(&tab_id_));
567
details_ = static_cast<base::DictionaryValue*>(
first_arg
);
[
all
...]
Completed in 40 milliseconds