Searched defs:current_state (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.h219 StickyKeyState current_state() const { return current_state_; } function in class:ash::StickyKeysHandler
/external/chromium_org/athena/content/
H A Dapp_activity.cc46 ActivityState current_state = current_state_; local
56 if (current_state == ACTIVITY_VISIBLE)
60 DCHECK(ACTIVITY_VISIBLE == current_state ||
61 ACTIVITY_INVISIBLE == current_state);
65 DCHECK_EQ(ACTIVITY_BACKGROUND_LOW_PRIORITY, current_state);
69 DCHECK_NE(ACTIVITY_UNLOADED, current_state);
/external/chromium_org/components/variations/
H A Dvariations_seed_simulator.cc19 // Fills in |current_state| with the current process' active field trials, as a
21 void GetCurrentTrialState(std::map<std::string, std::string>* current_state) { argument
25 (*current_state)[trial_groups[i].trial_name] = trial_groups[i].group_name;
128 std::map<std::string, std::string> current_state; local
129 GetCurrentTrialState(&current_state);
135 current_state.find(study.name());
145 if (it == current_state.end())
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_params.c45 static INLINE struct vg_state *current_state() function
72 struct vg_state *state = current_state();
132 struct vg_state *state = current_state();
265 struct vg_state *state = current_state();
393 struct vg_state *state = current_state();
516 const struct vg_state *state = current_state();
577 const struct vg_state *state = current_state();
693 const struct vg_state *state = current_state();
767 const struct vg_state *state = current_state();
868 const struct vg_state *state = current_state();
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_params.c45 static INLINE struct vg_state *current_state() function
72 struct vg_state *state = current_state();
132 struct vg_state *state = current_state();
265 struct vg_state *state = current_state();
393 struct vg_state *state = current_state();
516 const struct vg_state *state = current_state();
577 const struct vg_state *state = current_state();
693 const struct vg_state *state = current_state();
767 const struct vg_state *state = current_state();
868 const struct vg_state *state = current_state();
[all...]
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_ui_controller.cc134 password_manager::ui::State current_state = state_; local
155 if (current_state != state_)
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_mac.cc64 CFStringRef current_state = local
69 CFStringsAreEqual(current_state, CFSTR(kIOPSBatteryPowerValue));
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc182 ScopedVariant current_state; local
184 DISPATCH_PROPERTYGET, current_state.Receive());
189 if (current_state.type() != VT_DISPATCH) {
195 hr = dispatch::Invoke(V_DISPATCH(&current_state), L"stateValue",
244 hr = dispatch::Invoke(V_DISPATCH(&current_state), L"errorCode",
/external/chromium_org/third_party/ply/
H A Dlex.py286 # current_state() - Returns the current lexing state
288 def current_state(self): member in class:Lexer
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c440 Uint8 current_state; local
444 current_state = SDL_IGNORE;
447 current_state = SDL_ENABLE;
458 return(current_state);
462 current_state = SDL_ProcessEvents[type];
480 return(current_state);
/external/chromium_org/media/audio/alsa/
H A Dalsa_output.cc177 InternalState current_state = state(); local
178 DCHECK(current_state == kCreated ||
179 current_state == kIsClosed ||
180 current_state == kInError);
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner.cc121 State current_state = next_state_; local
124 switch (current_state) {
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.cc256 HDCPState current_state; local
260 &current_state))
262 bool current_desired = (current_state != HDCP_STATE_UNDESIRED);
/external/pcre/dist/
H A Dpcre_dfa_exec.c640 stateblock *current_state = active_states + i; local
643 int state_offset = current_state->offset;
661 if (current_state->data > 0)
664 ADD_NEW_DATA(state_offset, current_state->count,
665 current_state->data - 1);
671 current_state->offset = state_offset = -state_offset;
682 active_states[j].count == current_state->count)
1166 count = current_state->count; /* Already matched */
1256 count = current_state->count; /* Number already matched */
1285 count = current_state
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc291 AccumulatedSurfaceStateIterator current_state = local
297 for (; current_state != accumulated_surface_state->rend(); ++current_state) {
298 current_state->drawable_content_rect.Union(target_rect);
301 if (current_state->render_target == render_target) {
307 LayerType* current_target = current_state->render_target;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc754 double current_state = 1 - size_animation_->GetCurrentValue(); local
755 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
758 current_state);
1876 double current_state = 1 - size_animation_->GetCurrentValue(); local
1877 x += static_cast<int>(kNewtabHorizontalPadding * current_state);
1879 width -= static_cast<int>(kNewtabHorizontalPadding * current_state);
1880 separator_margin -= static_cast<int>(kSeparatorMargin * current_state);
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc825 int current_state = cell.GetState(); local
826 if (current_state != ENTRY_FIXING) {
827 bool present = ((current_state & 3) != 0); // Look at the last two bits.
831 if (current_state == ENTRY_DELETED) {
835 current_state = ENTRY_FIXING;
843 if (current_state == ENTRY_FIXING)
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc205 State current_state = state_; local
207 switch (current_state) {
216 NOTREACHED() << "Unexpected state: " << current_state;
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1489 void *current_state = NULL; local
1518 Function(state ? state : &current_state);
1581 void **current_state = NULL; local
1600 current_state = &current_TestState->state;
1601 *current_state = NULL;
1611 current_state = &current_TestState->state;
1622 int failed = _run_test(test->name, test->function, current_state,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc341 // the value - when current_state is at '0', we expect the bar to be docked.
342 double current_state = 1 - host_view_->GetAnimationValue(); local
346 if (current_state == 0.0 || current_state == 1.0) {
352 int detached_alpha = static_cast<uint8>(current_state * 255);
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2943 SENTENCE_CLEANING_STATES current_state; local
2949 current_state = SENTENCE_BEGIN;
2959 switch ( current_state )
2999 switch ( current_state )
3013 current_state = SENTENCE_MIDDLE_WITH_SPACE;
3035 switch ( current_state )
3038 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
3048 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
3054 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN;
3064 current_state
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2558 SENTENCE_CLEANING_STATES current_state; local
2564 current_state = SENTENCE_BEGIN;
2573 switch ( current_state )
2613 switch ( current_state )
2627 current_state = SENTENCE_MIDDLE_WITH_SPACE;
2649 switch ( current_state )
2652 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
2662 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
2668 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN;
2678 current_state
[all...]
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc3923 blink::WebPageVisibilityState current_state = is_hidden() ? local
3926 blink::WebPageVisibilityState override_state = current_state;
3932 return current_state;

Completed in 1355 milliseconds