Searched refs:State (Results 401 - 425 of 1328) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_util.h59 GtkStateType GetGtkState(ui::NativeTheme::State state);
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.cc28 void ManagePasswordsIcon::SetState(password_manager::ui::State state) {
H A Dmanage_passwords_ui_controller_mock.h50 void SetState(password_manager::ui::State state) { state_ = state; }
/external/chromium_org/components/webdata/common/
H A Dweb_database.h24 enum State { enum in class:WebDatabase
/external/chromium_org/content/browser/android/
H A Dedge_effect_base.h22 enum State { enum in class:content::EdgeEffectBase
/external/chromium_org/content/browser/geolocation/
H A Dmock_location_provider.h35 enum State { STOPPED, LOW_ACCURACY, HIGH_ACCURACY } state_; enum in class:content::MockLocationProvider
/external/chromium_org/net/filter/
H A Dgzip_header.h56 enum State { enum in class:net::GZipHeader
85 int state_; // our current State in the parsing FSM: an int so we can ++
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.h95 enum State { enum in class:net::FtpNetworkTransaction
129 void ResetDataConnectionAfterError(State next_state);
152 // Each of these methods corresponds to a State value. Those with an input
254 State next_state_;
256 // State to switch to after data connection is complete.
257 State state_after_data_connect_complete_;
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.h44 virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
46 virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
90 gpu::CommandBuffer::State* state,
95 gpu::CommandBuffer::State* state,
/external/chromium_org/remoting/client/
H A Dclient_user_interface.h33 virtual void OnConnectionState(protocol::ConnectionToHost::State state,
/external/chromium_org/remoting/host/
H A Dhost_change_notification_listener.h44 SignalStrategy::State state) OVERRIDE;
H A Dhost_status_logger.h45 void SetSignalingStateForTest(SignalStrategy::State state);
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.h19 virtual DaemonController::State GetState() OVERRIDE;
/external/chromium_org/remoting/signaling/
H A Dlog_to_server.h37 SignalStrategy::State state) OVERRIDE;
/external/chromium_org/remoting/webapp/
H A Dsignal_strategy.js27 remoting.SignalStrategy.State = {
60 /** @return {remoting.SignalStrategy.State} Current state */
71 * @param {function(remoting.SignalStrategy.State): void} onStateChangedCallback
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_window_pos.spec114 New State
118 New Implementation Dependent State
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c94 if (c->Constants[index].u.State[0] == state0 &&
95 c->Constants[index].u.State[1] == state1)
103 constant.u.State[0] = state0;
104 constant.u.State[1] = state1;
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Mac.h20 virtual bool onDispatchClick(int x, int y, Click::State state,
/external/clang/include/clang/Analysis/Analyses/
H A DConsumed.h108 /// \param State -- The state the object was used in.
112 StringRef State,
119 /// \param State -- The state the object was used in.
127 StringRef State,
183 void setState(const VarDecl *Var, ConsumedState State);
186 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
111 warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, SourceLocation Loc) argument
125 warnUseInInvalidState(StringRef MethodName, StringRef VariableName, StringRef State, SourceLocation Loc) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h88 ProgramStateRef State,
244 ProgramStateRef State,
266 ProgramStateRef State,
268 return generateNodeImpl(PP, State, Pred, false);
277 ProgramStateRef State,
279 return generateNodeImpl(PP, State, Pred, true);
325 ExplodedNode *generateNode(ProgramStateRef State, argument
329 return NodeBuilder::generateNode(LocalLoc, State, Pred);
332 ExplodedNode *generateSink(ProgramStateRef State, ExplodedNode *Pred, argument
335 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pre
265 generateNode(const ProgramPoint &PP, ProgramStateRef State, ExplodedNode *Pred) argument
276 generateSink(const ProgramPoint &PP, ProgramStateRef State, ExplodedNode *Pred) argument
[all...]
/external/deqp/executor/
H A DxeXMLParser.hpp110 enum State enum in class:xe::xml::Tokenizer
131 State m_state; //!< Tokenization state.
174 enum State enum in class:xe::xml::Parser
196 State m_state;
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaBase.cs15 public struct State struct in class:SevenZip.Compression.LZMA.Base
/external/mesa3d/docs/
H A DMESA_window_pos.spec114 New State
118 New Implementation Dependent State
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c94 if (c->Constants[index].u.State[0] == state0 &&
95 c->Constants[index].u.State[1] == state1)
103 constant.u.State[0] = state0;
104 constant.u.State[1] = state1;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h51 unsigned long State; member in struct:private_yuvhwdata

Completed in 461 milliseconds

<<11121314151617181920>>