Searched refs:activated (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp78 void WebInputElement::setActivatedSubmit(bool activated) argument
80 unwrap<HTMLInputElement>()->setActivatedSubmit(activated);
/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.h77 // Sets whether the input method property specified by |key| is activated. If
78 // |activated| is true, activates the property. If |activate| is false,
85 bool activated) = 0;
117 // specificed, or defered until a non-default method is activated.
H A Dinput_method_library.cc190 bool activated) {
196 input_method_status_connection_, key.c_str(), activated);
803 // activated.
866 bool activated) {}
189 SetImePropertyActivated(const std::string& key, bool activated) argument
865 SetImePropertyActivated(const std::string& key, bool activated) argument
H A Dnetwork_library.h569 // Requests data plans if the network is conencted and activated.
575 bool activated() const { function in class:chromeos::CellularNetwork
586 return restricted_pool() && connected() && activated();
H A Dnetwork_library.cc309 const char* kActivationStateActivated = "activated";
311 const char* kActivationStateNotActivated = "not-activated";
312 const char* kActivationStatePartiallyActivated = "partially-activated";
1659 if (connected() && activated())
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptDebugServer.h56 void setBreakpointsActivated(bool activated);
H A DScriptDebugServer.cpp108 void ScriptDebugServer::setBreakpointsActivated(bool activated) argument
116 args->Set(v8::String::New("enabled"), v8::Boolean::New(activated));
120 m_breakpointsActivated = activated;
/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_custom_menu_item.cc295 // activated.
308 // activated, we've already gone through our deselect handler.
454 gboolean activated = TRUE; local
463 command_id, &activated);
466 return activated;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h96 virtual void AcceleratedCompositingActivated(bool activated);
H A Drender_widget_host_view_views.h82 virtual void AcceleratedCompositingActivated(bool activated) OVERRIDE;
H A Drender_widget_host_view_win.cc262 // Popups are not activated.
482 // Popups should not be activated.
1016 // being activated. We can synchronously hide the window, but we need to
1106 // * an application is activated.
1112 bool activated = (wparam == TRUE);
1114 render_widget_host_->SetInputMethodActive(activated);
1115 ime_notification_ = activated;
H A Drender_widget_host_view_gtk.cc1122 void RenderWidgetHostViewGtk::AcceleratedCompositingActivated(bool activated) { argument
1126 gtk_preserve_window_delegate_resize(widget, activated);
H A Drender_widget_host_view_views.cc412 bool activated) {
414 if (activated)
411 AcceleratedCompositingActivated( bool activated) argument
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.h62 void setBreakpointsActivated(bool activated);
H A DScriptDebugServer.cpp136 void ScriptDebugServer::setBreakpointsActivated(bool activated) argument
138 m_breakpointsActivated = activated;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp122 connect(m_combo, SIGNAL(activated(int)),
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp108 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
110 connect(networkSelect, SIGNAL(activated(const QString&)), this,
396 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1276 SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
H A Dnetworkconfig.cpp38 connect(authSelect, SIGNAL(activated(int)), this,
42 connect(encrSelect, SIGNAL(activated(const QString &)), this,
45 connect(eapSelect, SIGNAL(activated(int)), this,
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp103 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
105 connect(networkSelect, SIGNAL(activated(const QString&)), this,
399 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1288 SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
H A Dnetworkconfig.cpp35 connect(authSelect, SIGNAL(activated(int)), this,
39 connect(encrSelect, SIGNAL(activated(const QString &)), this,
42 connect(eapSelect, SIGNAL(activated(int)), this,
/external/dbus/bus/
H A Dactivation.c1673 dbus_bool_t activated; local
1676 activated = TRUE;
1754 /* Check if the service is being activated */
1863 activated = FALSE;
1871 activated = TRUE;
1898 if (activated)
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp133 connect(selectAddressBar, SIGNAL(activated()), this, SLOT(openLocation()));
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options.js271 if (data.activated) {
272 page.setAttribute('activated', true);
274 page.removeAttribute('activated');
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h231 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));

Completed in 493 milliseconds

12