Searched refs:activated (Results 1 - 25 of 34) 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();
/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.h45 #define NFA_CHO_ACTIVATED_EVT 0x01 /* LLCP link activated */
178 tNFA_CHO_ACTIVATED activated; /* NFA_CHO_ACTIVATED_EVT */ member in union:__anon8319
H A Dnfa_snep_api.h56 #define NFA_SNEP_ACTIVATED_EVT 0x01 /* LLCP link has been activated, client only */
164 tNFA_SNEP_ACTIVATED activated; /* NFA_SNEP_ACTIVATED_EVT */ member in union:__anon8379
H A Dnfa_p2p_api.h49 #define NFA_P2P_ACTIVATED_EVT 0x02 /* LLCP Link has been activated */
167 tNFA_P2P_ACTIVATED activated; /* NFA_P2P_ACTIVATED_EVT */ member in union:__anon8367
502 ** Application must call while LLCP is not activated.
H A Dnfa_api.h77 #define NFA_STATUS_WRONG_PROTOCOL NFC_STATUS_WRONG_PROTOCOL /* Protocol mismatch between API and activated one */
228 #define NFA_ACTIVATED_EVT 5 /* NFC link/protocol activated */
236 #define NFA_LLCP_ACTIVATED_EVT 13 /* LLCP link is activated */
462 tNFA_ACTIVATED activated; /* NFA_ACTIVATED_EVT */ member in union:__anon8303
762 ** If a tag is activated, then the NFA_RW APIs may be used to
813 ** - NFA_ACTIVATED_EVT is generated when an NFC link is activated.
814 ** - NFA_NDEF_DETECT_EVT is generated if tag is activated
816 ** if NFC-DEP is activated
937 ** once the Frame RF Interface has been activated.
954 ** Deselect the activated devic
[all...]
/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_act.c620 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
621 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
622 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
721 /* if LLCP is already activated */
724 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | server_sap);
725 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
726 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
768 /* if LLCP is already activated */
771 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
772 evt_data.activated
[all...]
H A Dnfa_p2p_main.c129 memcpy (&(evt_data.activated.activate_ntf),
/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);
/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.c1054 /* If NFC link is activated */
1058 /* If not in exclusive mode, and not activated for LISTEN, then forward raw data to NFA_RW to send */
1375 memset (&(evt_data.activated.params), 0x00, sizeof (tNFA_TAG_PARAMS));
1376 memcpy (&(evt_data.activated.activate_ntf), &(p_data->activate), sizeof (tNFC_ACTIVATE_DEVT));
1605 memcpy ( &(evt_data.activated.activate_ntf),
1609 p_tech_params = &evt_data.activated.activate_ntf.rf_tech_param;
1613 memcpy (&(evt_data.activated.params),
1664 ** if the same tag is activated then do not perform auto NDEF detection.
1695 /* store activated tag information */
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp122 connect(m_combo, SIGNAL(activated(int)),
/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/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp133 connect(selectAddressBar, SIGNAL(activated()), this, SLOT(openLocation()));

Completed in 2841 milliseconds

12