Searched refs:State (Results 226 - 250 of 1328) sorted by relevance

1234567891011>>

/external/chromium_org/media/formats/webm/
H A Dwebm_stream_parser.h37 enum State { enum in class:media::WebMStreamParser
44 void ChangeState(State new_state);
68 State state_;
/external/chromium_org/remoting/protocol/
H A Dnegotiating_authenticator_base.h66 virtual State state() const OVERRIDE;
86 explicit NegotiatingAuthenticatorBase(Authenticator::State initial_state);
101 State state_;
H A Dthird_party_authenticator_base.h38 virtual State state() const OVERRIDE;
53 explicit ThirdPartyAuthenticatorBase(State initial_state);
69 State token_state_;
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextTrackLoader.h63 enum State { Idle, Loading, Finished, Failed }; enum in class:blink::FINAL
64 State loadState() { return m_state; }
93 State m_state;
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DReadableStream.h29 enum State { enum in class:blink::ReadableStream
47 State state() const { return m_state; }
82 State m_state;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThemeEngine.h47 enum State { enum in class:blink::WebThemeEngine
83 virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { }
188 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
/external/chromium_org/third_party/skia/bench/
H A DBenchmark.h37 enum State { enum in class:SkTriState
80 void setDither(SkTriState::State state) {
112 SkTriState::State fDither;
/external/chromium_org/third_party/skia/include/core/
H A DSkDocument.h125 enum State { enum in class:SkDocument
130 State getState() const { return fState; }
135 State fState;
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrixFilter.h32 struct State { struct in class:SkColorMatrixFilter
52 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b,
56 State fState;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h102 uint16_t WebRtcIsacfix_GetMinBytes(RateModel *State,
111 void WebRtcIsacfix_UpdateRateModel(RateModel *State,
117 void WebRtcIsacfix_InitRateModel(RateModel *State);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.h136 RateModel* State,
148 RateModel* State,
155 RateModel *State);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc86 const State& state = it->second.stack.top();
101 const State& state = it->second.stack.top();
113 Logging::State::State() : tag(""), timestamp_ms(0), enabled(true) {} function in class:webrtc::testing::bwe::Logging::State
115 Logging::State::State(const std::string& tag, int64_t timestamp_ms, function in class:webrtc::testing::bwe::Logging::State
122 void Logging::State::MergePrevious(const State& previous) {
135 State new_state(append_to_tag, timestamp_ms, enabled);
137 std::stack<State>* stac
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h23 template <class State>
24 inline void Apply(State* state) {
57 // The "State" collects which facts are known while passing over instructions
64 // The flow engine requires the State and Effects classes to implement methods
67 template <class State, class Effects>
82 State* AnalyzeOneBlock(HBasicBlock* block, State* state) {
92 void AnalyzeDominatedBlocks(HBasicBlock* root, State* initial) {
102 State* state = State
[all...]
/external/llvm/lib/Object/
H A DRecordStreamer.h18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used }; enum in class:llvm::RecordStreamer
21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlLexer.java49 private State state = State.OUTSIDE_TAG;
69 private static enum State { enum in class:HtmlLexer
91 state = State.IN_TAG;
94 if (state == State.SAW_EQ && HtmlTokenType.TAGEND == token.type) {
98 state = State.IN_TAG;
103 state = State.OUTSIDE_TAG;
126 state = State.SAW_NAME;
132 state = State.SAW_EQ;
141 state = State
338 private static enum State { enum in class:HtmlInputSplitter
[all...]
/external/skia/bench/
H A DBenchmark.h37 enum State { enum in class:SkTriState
87 void setDither(SkTriState::State state) {
120 SkTriState::State fDither;
/external/skia/include/core/
H A DSkDocument.h125 enum State { enum in class:SkDocument
130 State getState() const { return fState; }
135 State fState;
/external/skia/include/effects/
H A DSkColorMatrixFilter.h32 struct State { struct in class:SkColorMatrixFilter
50 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b,
54 State fState;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h102 WebRtc_UWord16 WebRtcIsacfix_GetMinBytes(RateModel *State,
111 void WebRtcIsacfix_UpdateRateModel(RateModel *State,
117 void WebRtcIsacfix_InitRateModel(RateModel *State);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.h136 RateModel* State,
148 RateModel* State,
155 RateModel *State);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c93 void Go_unmap(Go *g, Go *base, State *x){
116 static void doGen(Go *g, State *s, unsigned char *bm, unsigned char m){
126 static void prt(FILE *o, Go *g, State *s){
136 static int matches(Go *g1, State *s1, Go *g2, State *s2){
153 State *on;
159 static BitMap *BitMap_find_go(Go*, State*);
160 static BitMap *BitMap_find(State*);
163 static BitMap *BitMap_new(Go*, State*);
168 BitMap_new(Go *g, State *
[all...]
/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.cc19 enum State { enum in namespace:__anon6830
26 State GetProcessState() {
97 State state = STATE_ACCOUNT_CONSISTENCY;
99 State state = STATE_OLD_AVATAR_MENU;
117 bool CheckFlag(std::string command_switch, State min_state) {
/external/chromium_org/remoting/client/
H A Dclient_status_logger.cc22 bool IsStartOfSession(ConnectionToHost::State state) {
29 bool IsEndOfSession(ConnectionToHost::State state) {
34 bool ShouldAddDuration(ConnectionToHost::State state) {
55 protocol::ConnectionToHost::State state,
105 void ClientStatusLogger::SetSignalingStateForTest(SignalStrategy::State state) {
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc8 // which is represented by a graph of State structures, and the execution
11 // The basic idea is that the State graph is constructed so that the
17 // but it omits the details of how the State graph gets constructed as well
98 struct State { struct in class:re2::DFA
107 State** next_; // Outgoing arrows from State,
114 kFlagEmptyMask = 0xFFF, // State.flag_: bits holding kEmptyXXX flags
115 kFlagMatch = 0x1000, // State.flag_: this is a matching state
116 kFlagLastWord = 0x2000, // State.flag_: last byte was a word char
123 bool operator()(const State*
[all...]
/external/regex-re2/re2/
H A Ddfa.cc8 // which is represented by a graph of State structures, and the execution
11 // The basic idea is that the State graph is constructed so that the
17 // but it omits the details of how the State graph gets constructed as well
96 struct State { struct in class:re2::DFA
105 State** next_; // Outgoing arrows from State,
112 kFlagEmptyMask = 0xFFF, // State.flag_: bits holding kEmptyXXX flags
113 kFlagMatch = 0x1000, // State.flag_: this is a matching state
114 kFlagLastWord = 0x2000, // State.flag_: last byte was a word char
121 bool operator()(const State*
[all...]

Completed in 615 milliseconds

1234567891011>>