HomeSort by relevance Sort by last modified time
    Searched refs:args_ (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc 39 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &script_info));
63 EXTENSION_FUNCTION_VALIDATE(args_->Get(0, &tab_value));
extension_webrequest_api.cc 569 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &value));
576 EXTENSION_FUNCTION_VALIDATE(args_->GetList(2, &value));
583 EXTENSION_FUNCTION_VALIDATE(args_->GetString(3, &event_name));
586 EXTENSION_FUNCTION_VALIDATE(args_->GetString(4, &sub_event_name));
600 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &event_name));
603 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &sub_event_name));
606 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &request_id_str));
615 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(3, &value));
extension_browser_actions_api.cc 24 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details_));
extension_context_menu_api.cc 209 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &properties));
274 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &item_id.uid));
286 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &properties));
341 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &id.uid));
extension_omnibox_api.cc 113 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &suggestions.request_id));
114 EXTENSION_FUNCTION_VALIDATE(args_->GetList(1, &suggestions_value));
150 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &suggestion_value));
extension_sidebar_api.cc 96 if (!args_.get())
101 if (IsArgumentListEmpty(args_.get())) {
104 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
extension_history_api.cc 224 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
261 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
311 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
329 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
347 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
extension_file_browser_private_api.cc 389 if (!args_->GetList(0, &files_list))
635 if (!args_->GetString(0, &task_id) || !task_id.size())
641 if (!args_->GetList(1, &files_list))
881 if (args_->GetSize() != 2) {
885 args_->GetString(0, &file_url);
906 args_->GetInteger(1, &index);
928 if (args_->GetSize() < 1) {
    [all...]
extension_bookmarks_module.cc 279 EXTENSION_FUNCTION_VALIDATE(args_->Get(0, &arg0));
320 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &id_string));
341 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &number_of_items));
369 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &query));
408 EXTENSION_FUNCTION_VALIDATE(ExtractIds(args_.get(), &ids, &invalid_id));
431 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
508 EXTENSION_FUNCTION_VALIDATE(ExtractIds(args_.get(), &ids, &invalid_id));
516 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &destination));
589 EXTENSION_FUNCTION_VALIDATE(ExtractIds(args_.get(), &ids, &invalid_id));
597 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &updates))
    [all...]
extension_cookies_api.cc 183 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
248 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details_));
308 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
415 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
extension_function.h 193 scoped_ptr<ListValue> args_; member in class:AsyncExtensionFunction
extension_idle_api.cc 139 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &threshold));
extension_input_api.cc 78 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
extension_processes_api.cc 161 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &tab_id));
extension_accessibility_api.cc 194 EXTENSION_FUNCTION_VALIDATE(args_->GetBoolean(0, &enabled));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 2211 private java.util.List<com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType> args_ = field in class:GLProtoBuf.GLMessage
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 848 args_.push_back(NULL);
852 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
858 args_.insert(args_.end() - 1, posix::StrDup(argument));
873 std::vector<char*> args_; member in class:testing::internal::Arguments
    [all...]
  /external/gtest/src/
gtest-death-test.cc 848 args_.push_back(NULL);
852 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
858 args_.insert(args_.end() - 1, posix::StrDup(argument));
873 std::vector<char*> args_; member in class:testing::internal::Arguments
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 848 args_.push_back(NULL);
852 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
858 args_.insert(args_.end() - 1, posix::StrDup(argument));
873 std::vector<char*> args_; member in class:testing::internal::Arguments
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 847 args_.push_back(NULL);
851 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
857 args_.insert(args_.end() - 1, posix::StrDup(argument));
872 std::vector<char*> args_; member in class:testing::internal::Arguments
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 800 args_.push_back(NULL);
804 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
810 args_.insert(args_.end() - 1, posix::StrDup(argument));
818 args_.insert(args_.end() - 1, posix::StrDup(i->c_str()));
822 return &args_[0];
825 std::vector<char*> args_; member in class:testing::internal::Arguments
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 800 args_.push_back(NULL);
804 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
810 args_.insert(args_.end() - 1, posix::StrDup(argument));
818 args_.insert(args_.end() - 1, posix::StrDup(i->c_str()));
822 return &args_[0];
825 std::vector<char*> args_; member in class:testing::internal::Arguments
    [all...]
  /external/v8/src/
parser.h 56 args_(args) { }
60 Vector<const char*> args() { return args_; }
64 Vector<const char*> args_; member in class:v8::internal::ParserMessage
  /external/v8/tools/
tickprocessor.js 760 this.args_ = args;
812 while (this.args_.length) {
813 var arg = this.args_[0];
817 this.args_.shift();
832 if (this.args_.length >= 1) {
833 this.result_.logFileName = this.args_.shift();
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 229 Object[] args_ = { iInteger, 1, iInteger, date, iInteger }; local
230 sFormat = MessageFormat.format(pattern, args_);

Completed in 444 milliseconds

12 3