Searched defs:active (Results 26 - 50 of 240) sorted by relevance

12345678910

/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc131 void StatusAreaWidget::OnNativeWidgetActivationChanged(bool active) { argument
132 Widget::OnNativeWidgetActivationChanged(active);
133 if (active)
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc46 aura::Window* active,
55 << ((window == active) ? " [active] " : " ")
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
64 aura::Window* active = local
68 PrintWindowHierarchy(root_window, active, 0, &out);
45 PrintWindowHierarchy(aura::Window* window, aura::Window* active, int indent, std::ostringstream* out) argument
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu.h55 bool active; member in struct:AvatarMenu::Item
127 // Returns the index of the active profile.
140 // last active browser changes, the menu will need to reference that browser.
/external/chromium_org/chromeos/audio/
H A Daudio_device.h47 bool active; member in struct:chromeos::AudioDevice
/external/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos_unittest.cc59 // Changes the active state of the node with |id| in |nodes|.
60 void SetNodeActive(AudioNodeList* nodes, uint64 id, bool active) { argument
64 it->active = active;
113 // devices as being active so CrasAudioHandler doesn't complain.
121 // Tests that active audio devices are unmuted and set to 100% volume.
/external/chromium_org/ppapi/cpp/dev/
H A Durl_util_dev.cc133 const InstanceHandle& active,
138 active.pp_instance(),
144 active.pp_instance(),
132 DocumentCanAccessDocument( const InstanceHandle& active, const InstanceHandle& target) const argument
/external/chromium_org/remoting/host/
H A Dme2me_desktop_environment.cc81 bool active = curtain_->Activate(); local
82 if (!active)
84 return active;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.cpp139 // When a TextTrack's mode is disabled: no cues are active, no events fired.
151 void TextTrackCue::setIsActive(bool active) argument
153 m_isActive = active;
156 if (!active)
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc189 aura::Window* active = activation_client->GetActiveWindow(); local
194 if (active && focused != active)
195 tracker.Add(active);
210 // Restore focused/active window.
216 } else if (tracker.Contains(active)) {
217 activation_client->ActivateWindow(active);
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc82 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) { argument
83 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
84 if (active == active_)
86 active_ = active;
95 // Determine if there was a tick that was missed while not active.
141 // If we aren't active, there's no need to reset the timer.
311 state->SetBoolean("active", active_);
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc95 bool active) {
101 if (!active) {
93 OnWidgetActivationChanged( views::Widget* widget, bool active) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc156 bool active = false; local
162 &active)) {
164 browser_action.ToValue((extension->get()), active));
171 &active)) {
172 extensions_list->Append(page_action.ToValue((extension->get()), active));
187 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN);
190 iter->second.ToValue((extension->get()), active));
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_provider_context.cc50 ServiceWorkerHandleReference* ServiceWorkerProviderContext::active() { function in class:content::ServiceWorkerProviderContext
73 if (active())
74 attrs.active = active()->info();
90 attrs.active, thread_safe_sender_.get());
/external/chromium_org/extensions/browser/updater/
H A Dmanifest_fetch_data.h42 // Used for counting number of active users of an app, where "active" means
43 // the app was launched at least once since the last active ping.
48 // The number of days it's been since our last rollcall or active ping,
57 PingData(int rollcall, int active, bool enabled) argument
58 : rollcall_days(rollcall), active_days(active), is_enabled(enabled) {}
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarker.cpp150 void DocumentMarker::setActiveMatch(bool active) argument
152 m_details = DocumentMarkerTextMatch::instanceFor(active);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h51 bool active() const { return m_requestType & Active; } function in class:blink::HitTestRequest
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSimpleHistoryManager.js106 active: function()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
209 fse->active->run_linear( fse->active,
271 fse->active->run_elts( fse->active,
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_constval.c37 /* Component is active if it may diverge from [0,0,0,1]. Undef values
42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS]; member in struct:tracker
50 GLubyte active )
57 assert(index < Elements(t->active[0]));
58 t->active[file][index] |= active;
67 GLuint active )
69 set_active_component( t, dst.File, dst.Index, active & dst.WriteMask );
89 return t->active[file][index] & (1<<component);
101 GLubyte active local
119 GLubyte active; local
[all...]
H A Dgen7_sol_state.c184 upload_3dstate_streamout(struct brw_context *brw, bool active, argument
199 if (active) {
241 bool active = xfb_obj->Active && !xfb_obj->Paused; local
243 if (active) {
256 upload_3dstate_streamout(brw, active, &brw->vs.prog_data->vue_map);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.cpp27 void SkDisplayList::append(SkActive* active) { argument
28 *fActiveList.append() = active;
38 SkActive* active = *activePtr; local
39 active->reset();
126 void SkDisplayList::remove(SkActive* active) { argument
127 int index = fActiveList.find(active);
130 SkASSERT(fActiveList.find(active) < 0);
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc69 void ImplicitAnimationObserver::SetActive(bool active) { argument
70 active_ = active;
/external/jemalloc/test/unit/
H A Dstats.c6 size_t sz, allocated, active, mapped; local
16 assert_d_eq(mallctl("stats.active", &active, &sz, NULL, 0), expected,
22 assert_zu_le(active, *cactive,
23 "active should be no larger than cactive");
24 assert_zu_le(allocated, active,
25 "allocated should be no larger than active");
26 assert_zu_le(active, mapped,
27 "active should be no larger than mapped");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
209 fse->active->run_linear( fse->active,
271 fse->active->run_elts( fse->active,
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_constval.c37 /* Component is active if it may diverge from [0,0,0,1]. Undef values
42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS]; member in struct:tracker
50 GLubyte active )
57 assert(index < Elements(t->active[0]));
58 t->active[file][index] |= active;
67 GLuint active )
69 set_active_component( t, dst.File, dst.Index, active & dst.WriteMask );
89 return t->active[file][index] & (1<<component);
101 GLubyte active local
119 GLubyte active; local
[all...]

Completed in 672 milliseconds

12345678910