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

/external/chromium_org/ash/wm/
H A Dsticky_keys.h133 StickyKeyState current_state() const { return current_state_; } function in class:ash::StickyKeysHandler
/external/chromium_org/apps/app_host/
H A Dbinaries_installer.cc62 ICurrentState** current_state,
83 *current_state = temp_current_state.Detach();
116 HRESULT OnError(ICurrentState* current_state) { argument
118 HRESULT hr = current_state->get_errorCode(&error_code);
126 current_state->get_completionMessage(completion_message.Receive());
238 base::win::ScopedComPtr<ICurrentState> current_state; local
240 *hr = GetCurrentState(app, current_state.Receive(), &state_value);
275 *hr = OnError(current_state);
61 GetCurrentState(IApp* app, ICurrentState** current_state, CurrentState* state_value) argument
/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/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/chrome/browser/download/
H A Ddownload_target_determiner.cc97 State current_state = next_state_; local
100 switch (current_state) {
/external/chromium_org/media/audio/linux/
H A Dalsa_output.cc178 InternalState current_state = state(); local
179 DCHECK(current_state == kCreated ||
180 current_state == kIsClosed ||
181 current_state == kInError);
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc193 State current_state = state_; local
195 switch (current_state) {
204 NOTREACHED() << "Unexpected state: " << current_state;
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc441 double current_state = 1 - size_animation_->GetCurrentValue(); local
442 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
1644 double current_state = 1 - size_animation_->GetCurrentValue(); local
1645 x += static_cast<int>(kNewtabHorizontalPadding * current_state);
1646 y += static_cast<int>(kNewtabVerticalPadding * current_state);
1647 width -= static_cast<int>(kNewtabHorizontalPadding * current_state);
1649 static_cast<int>(kNewtabVerticalPadding * 2 * current_state);
1650 separator_margin -= static_cast<int>(kSeparatorMargin * current_state);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc695 double current_state = 1 - size_animation_->GetCurrentValue(); local
696 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
699 current_state);
1731 double current_state = 1 - size_animation_->GetCurrentValue(); local
1732 x += static_cast<int>(kNewtabHorizontalPadding * current_state);
1734 width -= static_cast<int>(kNewtabHorizontalPadding * current_state);
1735 separator_margin -= static_cast<int>(kSeparatorMargin * current_state);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc351 // the value - when current_state is at '0', we expect the bar to be docked.
352 double current_state = 1 - host_view_->GetAnimationValue(); local
356 if (current_state == 0.0 || current_state == 1.0) {
362 int detached_alpha = static_cast<uint8>(current_state * 255);
/external/kernel-headers/original/linux/
H A Dpci.h137 pci_power_t current_state; /* Current operating state. In ACPI-speak, member in struct:pci_dev
/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/v8/src/
H A Disolate.h985 StateTag current_state = thread_local_top_.current_vm_state_; local
986 if (current_state != JS && state == JS) {
989 } else if (current_state == JS && state != JS) {
997 ASSERT((current_state == JS) == (state == JS));
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc206 // we invert the value - when current_state is at '0', we expect the
208 double current_state = 1 - host_view_->GetAnimationValue(); local
211 current_state;
214 current_state;
218 DetachableToolbarView::CalculateContentArea(current_state, h_padding,
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc6270 WebKit::WebPageVisibilityState current_state = is_hidden() ? local
6273 WebKit::WebPageVisibilityState override_state = current_state;
6278 return current_state;

Completed in 218 milliseconds