HomeSort by relevance Sort by last modified time
    Searched refs:commands_ (Results 1 - 24 of 24) 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 92 const AppCommands& commands() const { return commands_; }
111 AppCommands commands_; member in class:installer::ProductState
installation_state.cc 79 if (!InitializeCommands(key, &commands_))
80 commands_.Clear();
164 commands_.CopyFrom(other.commands_);
184 commands_.Clear();
installation_validator_unittest.cc 105 installer::AppCommands& commands() { return commands_; }
245 commands_.Set(installer::kCmdInstallExtension, app_cmd);
269 commands_.Set(installer::kCmdOnOsUpgrade, app_cmd);
289 commands_.Set(installer::kCmdQueryEULAAcceptance, app_cmd);
310 commands_.Set(installer::kCmdQuickEnableApplicationHost, app_cmd);
331 commands_.Set(installer::kCmdQuickEnableCf, app_cmd);
  /external/chromium/chrome/browser/
command_updater.cc 29 STLDeleteContainerPairSecondPointers(commands_.begin(), commands_.end());
33 const CommandMap::const_iterator command(commands_.find(id));
34 if (command == commands_.end())
40 return commands_.find(id) != commands_.end();
63 return commands_[id];
66 commands_[id] = command;
79 for (CommandMap::const_iterator it = commands_.begin();
80 it != commands_.end()
    [all...]
command_updater.h 92 CommandMap commands_; member in class:CommandUpdater
  /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:__anon9412::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...]
  /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 23 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
35 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
49 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
63 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
77 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
88 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
99 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
110 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
121 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
140 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)))
    [all...]
gles2_implementation_unittest.cc 333 : commands_(NULL),
418 commands_ = static_cast<CommandBufferEntry*>(ring_buffer.ptr) +
479 CommandBufferEntry* commands_; member in class:gpu::gles2::GLES2ImplementationTest
583 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
608 EXPECT_NE(commands_, commands2);
609 EXPECT_EQ(0, memcmp(&expected1, commands_, sizeof(expected1)));
699 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
736 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
807 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
877 EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)))
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
command_observer_bridge.h 38 CommandUpdater* commands_; // weak member in class:CommandObserverBridge
  /external/chromium_org/chrome/browser/ui/cocoa/
command_observer_bridge.h 41 CommandUpdater* commands_; // weak member in class:CommandObserverBridge
  /external/chromium/net/base/
cookie_monster_store_test.h 51 return commands_;
71 CommandList commands_; member in class:net::MockPersistentCookieStore
cookie_monster_store_test.cc 38 commands_.push_back(
44 commands_.push_back(CookieStoreCommand(
50 commands_.push_back(
  /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/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 63 CommandUpdater* commands_; // weak, one per window variable
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 62 CommandUpdater* commands_; // weak, one per window member in namespace:NSViewController
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 49 this.commands_ = {};
452 this.commands_[command.id] = command;
557 this.commands_['rename'].canExecuteChange();
558 this.commands_['delete'].canExecuteChange();
    [all...]

Completed in 476 milliseconds