HomeSort by relevance Sort by last modified time
    Searched refs:commands_ (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/installer/util/
app_commands.cc 31 commands_.clear();
44 commands_[name] = command;
55 commands_ = other.commands_;
61 commands_.clear();
67 CommandMap::const_iterator it(commands_.find(command_id));
68 if (it == commands_.end())
77 commands_.insert(std::make_pair(command_id, command)));
84 return commands_.erase(command_id) != 0;
88 return std::make_pair(commands_.begin(), commands_.end())
    [all...]
app_commands.h 65 CommandMap commands_; member in class:installer::AppCommands
installation_state.h 94 const AppCommands& commands() const { return commands_; }
113 AppCommands commands_; member in class:installer::ProductState
installation_state.cc 81 if (!InitializeCommands(key, &commands_))
82 commands_.Clear();
165 commands_.CopyFrom(other.commands_);
185 commands_.Clear();
installation_validator_unittest.cc 100 installer::AppCommands& commands() { return commands_; }
229 commands_.Set(installer::kCmdInstallExtension, app_cmd);
253 commands_.Set(installer::kCmdOnOsUpgrade, app_cmd);
273 commands_.Set(installer::kCmdQueryEULAAcceptance, app_cmd);
294 commands_.Set(installer::kCmdQuickEnableApplicationHost, app_cmd);
  /external/chromium_org/chrome/browser/
command_updater.cc 28 STLDeleteContainerPairSecondPointers(commands_.begin(), commands_.end());
32 return commands_.find(id) != commands_.end();
36 const CommandMap::const_iterator command(commands_.find(id));
37 if (command == commands_.end())
65 for (CommandMap::const_iterator it = commands_.begin();
66 it != commands_.end();
86 return commands_[id];
89 commands_[id] = command
    [all...]
command_updater.h 79 CommandMap commands_; member in class:CommandUpdater
  /external/chromium_org/chrome/test/chromedriver/chrome/
geolocation_override_manager_unittest.cc 49 commands_.push_back(Command(method, params));
53 std::vector<Command> commands_; member in class:__anon10475::RecorderDevToolsClient
75 ASSERT_EQ(1u, client.commands_.size());
77 AssertGeolocationCommand(client.commands_[0], geoposition));
81 ASSERT_EQ(2u, client.commands_.size());
83 AssertGeolocationCommand(client.commands_[1], geoposition));
89 ASSERT_EQ(0u, client.commands_.size());
94 ASSERT_EQ(1u, client.commands_.size());
96 ASSERT_EQ(2u, client.commands_.size());
98 AssertGeolocationCommand(client.commands_[1], geoposition))
    [all...]
mobile_emulation_override_manager_unittest.cc 49 commands_.push_back(Command(method, params));
53 std::vector<Command> commands_; member in class:__anon10480::RecorderDevToolsClient
85 ASSERT_EQ(0u, client.commands_.size());
88 ASSERT_EQ(1u, client.commands_.size());
90 ASSERT_EQ(2u, client.commands_.size());
92 AssertDeviceMetricsCommand(client.commands_[1], device_metrics));
103 ASSERT_EQ(1u, client.commands_.size());
107 ASSERT_EQ(2u, client.commands_.size());
109 AssertDeviceMetricsCommand(client.commands_[1], device_metrics));
116 ASSERT_EQ(2u, client.commands_.size())
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc 31 commands_.insert(std::make_pair(commands_.size(), devices[i]));
55 CommandMap::const_iterator it = commands_.find(command_id);
56 DCHECK(it != commands_.end());
content_setting_media_menu_model.h 45 CommandMap commands_; member in class:ContentSettingMediaMenuModel
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 24 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
36 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
50 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
64 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
78 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
89 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
100 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
111 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
122 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
140 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)))
    [all...]
gles2_implementation_unittest.cc 393 TestContext() : commands_(NULL), token_(0) {}
468 commands_ = static_cast<CommandBufferEntry*>(ring_buffer->memory()) +
502 CommandBufferEntry* commands_; member in class:gpu::gles2::GLES2ImplementationTest::TestContext
506 GLES2ImplementationTest() : commands_(NULL) {}
555 commands_ = test_contexts_[0].commands_;
616 CommandBufferEntry* commands_; member in class:gpu::gles2::GLES2ImplementationTest
808 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
833 EXPECT_NE(commands_, commands2);
834 EXPECT_EQ(0, memcmp(&expected1, commands_, sizeof(expected1)))
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
command_observer_bridge.h 41 CommandUpdater* commands_; // weak member in class:CommandObserverBridge
  /external/chromium_org/chrome/browser/component_updater/
component_patcher.cc 66 commands_.reset(ReadCommands(input_dir_));
67 if (!commands_.get()) {
70 next_command_ = commands_->begin();
76 if (next_command_ == commands_->end()) {
component_patcher.h 89 scoped_ptr<base::ListValue> commands_; member in class:component_updater::ComponentPatcher
  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 82 return commands_;
106 CommandList commands_; member in class:net::MockPersistentCookieStore
cookie_monster_store_test.cc 65 commands_.push_back(
71 commands_.push_back(CookieStoreCommand(
76 commands_.push_back(
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 60 CommandUpdater* commands_; // weak, one per window member in namespace:NSViewController
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 260 this.commands_ = {};
268 this.commands_[commands[i].id] = commands[i];
281 for (var id in this.commands_) {
282 this.commands_[id].canExecuteChange();
309 var handler = CommandHandler.COMMANDS_[event.command.id];
321 var handler = CommandHandler.COMMANDS_[event.command.id];
331 CommandHandler.COMMANDS_ = {};
337 CommandHandler.COMMANDS_['unmount'] = {
391 CommandHandler.COMMANDS_['format'] = {
438 CommandHandler.COMMANDS_['new-folder'] =
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 794 milliseconds