Searched defs:operation (Results 26 - 50 of 231) sorted by path

12345678910

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc501 std::string operation; local
502 if (args->GetSize() != 1 || !args->GetString(0, &operation)) {
506 if (operation == kTagSimOpConfigure) {
512 // 3. If card is locked it will first call PIN unlock operation
517 if (operation == kTagSimOpSetLocked) {
519 } else if (operation == kTagSimOpSetUnlocked) {
521 } else if (operation == kTagSimOpUnlock) {
523 } else if (operation == kTagSimOpChangePin) {
/external/chromium_org/chrome/browser/undo/
H A Dundo_manager.cc31 void UndoGroup::AddOperation(scoped_ptr<UndoOperation> operation) { argument
33 set_undo_label_id(operation->GetUndoLabelId());
34 set_redo_label_id(operation->GetRedoLabelId());
36 operations_.push_back(operation.release());
83 void UndoManager::AddUndoOperation(scoped_ptr<UndoOperation> operation) { argument
86 operation.reset();
91 pending_grouped_action_->AddOperation(operation.Pass());
94 new_action->AddOperation(operation.Pass());
122 // Undo/Redo should have at least one operation performed.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js232 * - If the element being tested is the '+ / -' operation the expected
239 * - If the element |e| being tested is the '+', '-', '*', or '/' operation
322 var operation = element.match(/[+*/-]/); variable
325 if (operation && !operand)
327 else if (operation)
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.h25 // Returns the desired operation dictated by the command line options.
26 Operation operation() const { return operation_; } function in class:mini_installer::Configuration
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc48 ShellUtil::ShortcutOperation operation,
52 DCHECK(operation != ShellUtil::SHELL_SHORTCUT_UPDATE_EXISTING);
57 (operation == ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS ||
58 operation == ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL) ?
60 if (failed && operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING)
116 ShellUtil::ShortcutOperation operation) {
117 LogShortcutOperation(location, dist, properties, operation, false);
119 operation)) {
120 LogShortcutOperation(location, dist, properties, operation, true);
133 // if the operation fail
45 LogShortcutOperation(ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation, bool failed) argument
112 ExecuteAndLogShortcutOperation( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation) argument
[all...]
H A Dinstall_worker_unittest.cc149 void set_operation(Operation operation) { operation_ = operation; } argument
297 InstallerState::Operation operation) {
303 installer_state->set_operation(operation);
387 InstallerState::Operation operation) {
390 operation));
397 if (operation != InstallerState::UNINSTALL || !machine_has_other_products)
408 InstallerState::Operation operation) {
410 DCHECK(operation != InstallerState::UNINSTALL);
413 operation));
293 BuildBasicInstallerState( bool system_install, bool multi_install, const InstallationState& machine_state, InstallerState::Operation operation) argument
383 BuildChromeInstallerState( bool system_install, bool multi_install, const InstallationState& machine_state, InstallerState::Operation operation) argument
404 BuildChromeFrameInstallerState( bool system_install, bool multi_install, const InstallationState& machine_state, InstallerState::Operation operation) argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h40 // Encapsulates the state of the current installation operation. Only valid
77 // Initializes this object based on the current operation.
99 // The level (user or system) of this operation.
102 // The package type (single or multi) of this operation.
105 // An identifier of this operation.
106 Operation operation() const { return operation_; } function in class:installer::InstallerState
200 // For a MULTI_INSTALL or MULTI_UPDATE operation, updates the Google Update
H A Dshell_util.cc964 ShellUtil::ShortcutOperation operation) {
965 switch (operation) {
1529 ShellUtil::ShortcutOperation operation) {
1543 operation == SHELL_SHORTCUT_CREATE_ALWAYS ||
1544 operation == SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL);
1566 } else if (operation != SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL ||
1570 // variant of this shortcut is present on the machine and |operation| states
1593 TranslateShortcutOperation(operation);
2146 // We can do this operation directly.
2175 // Main operation t
963 TranslateShortcutOperation( ShellUtil::ShortcutOperation operation) argument
1525 CreateOrUpdateShortcut( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation) argument
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Denterprise_platform_keys_natives.cc90 blink::WebCryptoOperation operation; local
92 &operation)) {
101 operation,
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc243 const std::string& operation,
261 if (operation == shill::kTDLSStatusOperation)
241 PerformTDLSOperation( const dbus::ObjectPath& device_path, const std::string& operation, const std::string& peer, const StringCallback& callback, const ErrorCallback& error_callback) argument
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_impl.cc143 std::string operation; member in struct:chromeos::__anon6184::TDLSOperationParams
161 std::string event_desc = "TDLSSuccessCallback: " + params.operation;
165 if (params.operation != shill::kTDLSSetupOperation) {
176 status_params.operation = shill::kTDLSStatusOperation;
198 // If a Setup operation receives an InProgress error, retry.
200 if (params.operation == shill::kTDLSSetupOperation &&
241 NET_LOG_EVENT("CallPerformTDLSOperation: " + params.operation, device_path);
244 params.operation,
412 params.operation = enabled ? shill::kTDLSSetupOperation
434 params.operation
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dinstaller.cc37 base::win::ShortcutOperation operation) {
50 CreateOrUpdateShortcutLink(path, properties, operation);
55 base::win::ShortcutOperation operation = local
58 CreateShortcut(base::DIR_COMMON_START_MENU, true, operation);
59 CreateShortcut(base::DIR_COMMON_DESKTOP, false, operation);
36 CreateShortcut(int dir_key, bool with_subdir, base::win::ShortcutOperation operation) argument
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc88 std::string operation; local
89 if (command_args->GetString(kOp, &operation)) {
91 CreateDeltaUpdateOp(operation, out_of_process_patcher_);
H A Dcomponent_patcher_operation.cc45 const std::string& operation,
47 if (operation == "copy") {
49 } else if (operation == "create") {
51 } else if (operation == "bsdiff" || operation == "courgette") {
52 return new DeltaUpdateOpPatch(operation, out_of_process_patcher);
189 const std::string& operation,
191 : operation_(operation), out_of_process_patcher_(out_of_process_patcher) {
192 DCHECK(operation == kBsdiff || operation
44 CreateDeltaUpdateOp( const std::string& operation, scoped_refptr<OutOfProcessPatcher> out_of_process_patcher) argument
188 DeltaUpdateOpPatch( const std::string& operation, scoped_refptr<OutOfProcessPatcher> out_of_process_patcher) argument
[all...]
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service.cc365 DatabaseOperation operation,
370 PasswordStoreChangeList new_changes = (password_store_->*operation)(**it);
364 WriteEntriesToDatabase( DatabaseOperation operation, const PasswordForms& entries, PasswordStoreChangeList* all_changes) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc111 int screen_x, int screen_y, blink::WebDragOperation operation) {
116 client_y - guest_offset.y(), screen_x, screen_y, operation);
122 // When the embedder's drag/drop operation ends, we need to pass the message
123 // to the guest that initiated the drag/drop operation. This will ensure that
110 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
H A Dbrowser_plugin_guest.cc382 int screen_x, int screen_y, blink::WebDragOperation operation) {
384 screen_x, screen_y, operation);
381 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
/external/chromium_org/content/browser/download/
H A Dbase_file.cc320 const char* operation,
324 base::Bind(&FileErrorNetLogCallback, operation, error));
329 const char* operation,
334 operation, os_error,
339 const char* operation,
344 base::Bind(&FileInterruptedNetLogCallback, operation, os_error, reason));
319 LogNetError( const char* operation, net::Error error) argument
328 LogSystemError( const char* operation, logging::SystemErrorCode os_error) argument
338 LogInterruptReason( const char* operation, int os_error, DownloadInterruptReason reason) argument
H A Ddownload_net_log_parameters.cc183 base::Value* FileErrorNetLogCallback(const char* operation, argument
188 dict->SetString("operation", operation);
194 base::Value* FileInterruptedNetLogCallback(const char* operation, argument
200 dict->SetString("operation", operation);
/external/chromium_org/content/browser/fileapi/
H A Drecursive_operation_delegate_unittest.cc117 // To test the Cancel() during operation, calls Cancel() of |operation|
119 void CallCancelLater(storage::RecursiveOperationDelegate* operation, argument
124 base::Bind(&CallCancelLater, base::Unretained(operation), counter - 1));
128 operation->Cancel();
191 scoped_ptr<LoggingRecursiveOperation> operation(
195 operation->RunRecursively();
200 operation->log_entries();
216 scoped_ptr<LoggingRecursiveOperation> operation(
220 operation
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate_view.h56 // The page wants to update the mouse cursor during a drag & drop operation.
57 // |operation| describes the current operation (none, move, copy, link.)
58 virtual void UpdateDragCursor(blink::WebDragOperation operation) {} argument
H A Drender_view_host_impl.cc723 WebDragOperation operation) {
727 operation));
1189 // 2. We initiate a native DnD operation.
1190 // 3. DnD operation immediately ends since mouse is not held down. DnD events
721 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2236 // the page as. The user prompt is an asynchronous operation that runs on
2315 int screen_x, int screen_y, blink::WebDragOperation operation) {
2318 screen_x, screen_y, operation);
2321 screen_x, screen_y, operation);
3405 // Allow WebContentsDelegates to handle the context menu operation first.
2314 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
H A Dweb_contents_view_aura.cc1256 void WebContentsViewAura::UpdateDragCursor(blink::WebDragOperation operation) { argument
1257 current_drag_op_ = operation;
H A Dweb_contents_view_guest.cc209 void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) { argument
217 view->UpdateDragCursor(operation);

Completed in 1716 milliseconds

12345678910