/external/webkit/Source/WebKit/chromium/src/ |
H A D | WebInputElement.cpp | 78 void WebInputElement::setActivatedSubmit(bool activated) argument 80 unwrap<HTMLInputElement>()->setActivatedSubmit(activated);
|
/external/chromium/chrome/browser/chromeos/cros/ |
H A D | input_method_library.h | 77 // 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 D | input_method_library.cc | 190 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 D | network_library.h | 569 // 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 D | ScriptDebugServer.h | 56 void setBreakpointsActivated(bool activated);
|
H A D | ScriptDebugServer.cpp | 108 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 D | nfa_cho_api.h | 45 #define NFA_CHO_ACTIVATED_EVT 0x01 /* LLCP link activated */ 178 tNFA_CHO_ACTIVATED activated; /* NFA_CHO_ACTIVATED_EVT */ member in union:__anon8319
|
H A D | nfa_snep_api.h | 56 #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 D | nfa_p2p_api.h | 49 #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 D | nfa_api.h | 77 #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 D | WorkQueueQt.cpp | 87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
|
/external/libnfc-nci/src/nfa/p2p/ |
H A D | nfa_p2p_act.c | 620 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 D | nfa_p2p_main.c | 129 memcpy (&(evt_data.activated.activate_ntf),
|
/external/chromium/chrome/browser/ui/gtk/ |
H A D | gtk_custom_menu_item.cc | 295 // 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 D | render_widget_host_view_gtk.h | 96 virtual void AcceleratedCompositingActivated(bool activated);
|
H A D | render_widget_host_view_views.h | 82 virtual void AcceleratedCompositingActivated(bool activated) OVERRIDE;
|
H A D | render_widget_host_view_win.cc | 262 // 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 D | render_widget_host_view_gtk.cc | 1122 void RenderWidgetHostViewGtk::AcceleratedCompositingActivated(bool activated) { argument 1126 gtk_preserve_window_delegate_resize(widget, activated);
|
/external/webkit/Source/WebCore/bindings/js/ |
H A D | ScriptDebugServer.h | 62 void setBreakpointsActivated(bool activated);
|
H A D | ScriptDebugServer.cpp | 136 void ScriptDebugServer::setBreakpointsActivated(bool activated) argument 138 m_breakpointsActivated = activated;
|
/external/libnfc-nci/src/nfa/dm/ |
H A D | nfa_dm_act.c | 1054 /* 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 D | QtFallbackWebPopup.cpp | 122 connect(m_combo, SIGNAL(activated(int)),
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 99 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 D | networkconfig.cpp | 35 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 D | BrowserWindow.cpp | 133 connect(selectAddressBar, SIGNAL(activated()), this, SLOT(openLocation()));
|