Searched defs:active (Results 1 - 25 of 240) sorted by relevance

12345678910

/external/clang/test/CodeGen/
H A D2007-09-17-WeakRef.c6 int active (void) function
H A D2008-09-03-WeakAlias.c5 int active (void) function
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.cc20 void ManagePasswordsIcon::SetActive(bool active) { argument
21 if (active_ == active)
23 active_ = active;
48 icon_id_ = active() ? IDR_SAVE_PASSWORD_ACTIVE : IDR_SAVE_PASSWORD_INACTIVE;
51 icon_id_ = active() ? IDR_SAVE_PASSWORD_DISABLED_ACTIVE
H A Dmanage_passwords_icon.h20 void SetActive(bool active);
21 bool active() const { return active_; } function in class:ManagePasswordsIcon
/external/chromium_org/third_party/flot/
H A Djquery.flot.canvas.min.js28 */(function(e){function o(t,o){var u=o.Canvas;n==null&&(r=u.prototype.getTextInfo,i=u.prototype.addText,n=u.prototype.render),u.prototype.render=function(){if(!t.getOptions().canvas)return n.call(this);var e=this.context,r=this._textCache;e.save(),e.textBaseline="middle";for(var i in r)if(s.call(r,i)){var o=r[i];for(var u in o)if(s.call(o,u)){var a=o[u],f=!0;for(var l in a)if(s.call(a,l)){var c=a[l],h=c.positions,p=c.lines;f&&(e.fillStyle=c.font.color,e.font=c.font.definition,f=!1);for(var d=0,v;v=h[d];d++)if(v.active)for(var m=0,g;g=v.lines[m];m++)e.fillText(p[m].text,g[0],g[1]);else h.splice(d--,1);h.length==0&&delete a[l]}}}e.restore()},u.prototype.getTextInfo=function(n,i,s,o,u){if(!t.getOptions().canvas)return r.call(this,n,i,s,o,u);var a,f,l,c;i=""+i,typeof s=="object"?a=s.style+" "+s.variant+" "+s.weight+" "+s.size+"px "+s.family:a=s,f=this._textCache[n],f==null&&(f=this._textCache[n]={}),l=f[a],l==null&&(l=f[a]={}),c=l[i];if(c==null){var h=this.context;if(typeof s!="object"){var p=e("<div>&nbsp;</div>").css("position","absolute").addClass(typeof s=="string"?s:null).appendTo(this.getTextLayer(n));s={lineHeight:p.height(),style:p.css("font-style"),variant:p.css("font-variant"),weight:p.css("font-weight"),family:p.css("font-family"),color:p.css("color")},s.size=p.css("line-height",1).height(),p.remove()}a=s.style+" "+s.variant+" "+s.weight+" "+s.size+"px "+s.family,c=l[i]={width:0,height:0,positions:[],lines:[],font:{definition:a,color:s.color}},h.save(),h.font=a;var d=(i+"").replace(/<br ?\/?>|\r\n|\r/g,"\n").split("\n");for(var v=0;v<d.length;++v){var m=d[v],g=h.measureText(m);c.width=Math.max(g.width,c.width),c.height+=s.lineHeight,c.lines.push({text:m,width:g.width,height:s.lineHeight})}h.restore()}return c},u.prototype.addText=function(e,n,r,s,o,u,a,f,l){if(!t.getOptions().canvas)return i.call(this,e,n,r,s,o,u,a,f,l);var c=this.getTextInfo(e,s,o,u,a),h=c.positions,p=c.lines;r+=c.height/p.length/2,l=="middle"?r=Math.round(r-c.height/2):l=="bottom"?r=Math.round(r-c.height):r=Math.round(r),!(window.opera&&window.opera.version().split(".")[0]<12)||(r-=2);for(var d=0,v;v=h[d];d++)if(v.x==n&&v.y==r){v.active=!0;return}v={active:!0,lines:[],x:n,y:r},h.push(v);for(var d=0,m;m=p[d];d++)f=="center"?v.lines.push([Math.round(n-m.w (…)
/external/jemalloc/test/unit/
H A Dprof_idump.c26 bool active; local
31 active = true;
32 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
H A Dprof_gdump.c24 bool active; local
29 active = true;
30 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
H A Dprof_accum.c58 bool active; local
65 active = true;
66 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
/external/smack/src/org/jivesoftware/smackx/
H A DChatState.java33 active, enum constant in enum:ChatState
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommands.cc13 const extensions::Command& command, bool active) {
18 active ? command.accelerator().GetShortcutText() :
32 bool active = false; local
36 &active)) {
37 command_list->Append(CreateCommandValue(browser_action, active));
44 &active)) {
45 command_list->Append(CreateCommandValue(page_action, active));
59 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN);
61 command_list->Append(CreateCommandValue(iter->second, active));
12 CreateCommandValue( const extensions::Command& command, bool active) argument
/external/chromium_org/chrome/browser/net/
H A Dservice_providers_win.h13 bool active; member in struct:WinsockNamespaceProvider
/external/chromium_org/chromeos/dbus/
H A Daudio_node.cc16 active(false),
25 bool active,
32 active(active),
54 "active = %s ",
55 active ? "true" : "false");
20 AudioNode(bool is_input, uint64 id, std::string device_name, std::string type, std::string name, bool active, uint64 plugged_time) argument
H A Daudio_node.h23 bool active; member in struct:chromeos::AudioNode
33 bool active,
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerRegistration.h52 PassRefPtrWillBeRawPtr<ServiceWorker> active() { return m_active.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/angle/src/common/
H A Ddebug.cpp81 static bool active = D3DPERF_GetStatus() != 0; local
82 return active;
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.h18 // active: the index of the currently visible tab in the tab strip.
23 // active index correspond to the same thing.
38 // See class description for details of active.
39 void set_active(int active) { active_ = active; } argument
40 int active() const { return active_; } function in class:ui::ListSelectionModel
50 // updates the anchor and active indices.
60 // Sets the anchor, active and selection to |index|.
66 // Adds |index| to the selection. This does not change the active or anchor
70 // Removes |index| from the selection. This does not change the active o
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.h57 scoped_ptr<bool> active; member in struct:extensions::ExtensionTabUtil::OpenTabParams
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.cc54 bool active) {
55 if (active)
53 OnActivationChanged(views::Widget* , bool active) argument
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dactivation_tracker_win.cc34 bool active) {
35 if (active) {
33 OnActivationChanged(views::Widget* , bool active) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_url_util_thunk.cc33 PP_Bool DocumentCanAccessDocument(PP_Instance active, PP_Instance target) { argument
34 EnterInstance enter(active);
37 return enter.functions()->DocumentCanAccessDocument(active, target);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexDataManager.h33 TranslatedAttribute() : active(false), attribute(NULL), currentValueType(GL_NONE),
36 bool active; member in struct:rx::TranslatedAttribute
/external/chromium_org/tools/gyp/
H A Dgyptest.py22 active = True variable in class:CommandRunner
70 if not self.active:
203 CommandRunner.active = not opts.no_exec
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h47 bool active; member in struct:app_list::AppListViewDelegate::User
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.h130 // OnImplicitAnimationsCompleted is not fired unless the observer is active.
131 bool active() const { return active_; } function in class:ui::ImplicitAnimationObserver
132 void SetActive(bool active);
/external/chromium_org/ui/views/widget/
H A Dwidget_observer.h44 virtual void OnWidgetActivationChanged(Widget* widget, bool active) {} argument

Completed in 2351 milliseconds

12345678910