Searched refs:activated (Results 1 - 25 of 40) 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
/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/libnfc-nci/src/nfa/include/
H A Dnfa_cho_api.h44 #define NFA_CHO_ACTIVATED_EVT 0x01 /* LLCP link activated */
177 tNFA_CHO_ACTIVATED activated; /* NFA_CHO_ACTIVATED_EVT */ member in union:__anon8156
H A Dnfa_snep_api.h55 #define NFA_SNEP_ACTIVATED_EVT 0x01 /* LLCP link has been activated, client only */
163 tNFA_SNEP_ACTIVATED activated; /* NFA_SNEP_ACTIVATED_EVT */ member in union:__anon8215
H A Dnfa_p2p_api.h48 #define NFA_P2P_ACTIVATED_EVT 0x02 /* LLCP Link has been activated */
166 tNFA_P2P_ACTIVATED activated; /* NFA_P2P_ACTIVATED_EVT */ member in union:__anon8203
501 ** Application must call while LLCP is not activated.
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_act.c619 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
620 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
621 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
720 /* if LLCP is already activated */
723 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | server_sap);
724 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
725 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
767 /* if LLCP is already activated */
770 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
771 evt_data.activated
[all...]
H A Dnfa_p2p_main.c120 memcpy (&(evt_data.activated.activate_ntf),
/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;
/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/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_act.c1041 /* If NFC link is activated */
1045 /* If not in exclusive mode, and not activated for LISTEN, then forward raw data to NFA_RW to send */
1360 memset (&(evt_data.activated.params), 0x00, sizeof (tNFA_TAG_PARAMS));
1361 memcpy (&(evt_data.activated.activate_ntf), &(p_data->activate), sizeof (tNFC_ACTIVATE_DEVT));
1630 memcpy ( &(evt_data.activated.activate_ntf),
1634 p_tech_params = &evt_data.activated.activate_ntf.rf_tech_param;
1638 memcpy (&(evt_data.activated.params),
1689 ** if the same tag is activated then do not perform auto NDEF detection.
1720 /* store activated tag information */
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp122 connect(m_combo, SIGNAL(activated(int)),
/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_sm.c145 /* check if LLCP is already activated */
152 /* Notify application LLCP link activated */
153 evt_data.activated.is_initiator = FALSE;
193 /* if LLCP activated then create data link connection */
256 /* Notify application LLCP link activated */
257 evt_data.activated.is_initiator = p_data->llcp_cback_data.link_status.is_initiator;
/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.cpp99 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
101 connect(networkSelect, SIGNAL(activated(const QString&)), this,
395 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1280 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)

Completed in 1760 milliseconds

12