Searched defs:activated (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/remoting/host/
H A Dcurtain_mode_linux.cc37 bool activated = IsXvfbSession(); local
38 if (!activated) {
43 return activated;
/external/chromium_org/v8/src/
H A Dallocation-site-scopes.h89 bool activated)
92 activated_(activated) { }
88 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, bool activated) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp95 void WebInputElement::setActivatedSubmit(bool activated) argument
97 unwrap<HTMLInputElement>()->setActivatedSubmit(activated);
/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/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:__anon20887
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:__anon20935
502 ** Application must call while LLCP is not activated.
H A Dnfa_snep_api.h56 #define NFA_SNEP_ACTIVATED_EVT 0x01 /* LLCP link has been activated, client only */
172 tNFA_SNEP_ACTIVATED activated; /* NFA_SNEP_ACTIVATED_EVT */ member in union:__anon20948
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 */
466 tNFA_ACTIVATED activated; /* NFA_ACTIVATED_EVT */ member in union:__anon20870
779 ** If a tag is activated, then the NFA_RW APIs may be used to
830 ** - NFA_ACTIVATED_EVT is generated when an NFC link is activated.
831 ** - NFA_NDEF_DETECT_EVT is generated if tag is activated
833 ** if NFC-DEP is activated
1032 ** once the Frame RF Interface has been activated.
1049 ** Deselect the activated devic
[all...]
/external/chromium/chrome/browser/chromeos/cros/
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/chromium_org/ash/
H A Dshell.cc473 bool activated = false; local
475 iter != controllers.end() && !activated; ++iter) {
476 activated = (*iter)->GetSystemModalLayoutManager(removed)->
479 if (!activated) {
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_custom_menu_item.cc307 // activated.
320 // activated, we've already gone through our deselect handler.
467 gboolean activated = TRUE; local
476 command_id, &activated);
479 return activated;
/external/chromium/chrome/browser/renderer_host/
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/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.cpp132 void ScriptDebugServer::setBreakpointsActivated(bool activated) argument
140 info->Set(v8AtomicString(m_isolate, "enabled"), v8::Boolean::New(m_isolate, activated));
144 m_breakpointsActivated = activated;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc1260 bool activated = host_->is_accelerated_compositing_active(); local
1263 gtk_preserve_window_delegate_resize(widget, activated);
H A Drender_widget_host_impl.cc1758 void RenderWidgetHostImpl::OnDidActivateAcceleratedCompositing(bool activated) { argument
1761 "activated", activated);
1762 is_accelerated_compositing_active_ = activated;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2293 milliseconds