HomeSort by relevance Sort by last modified time
    Searched defs:State (Results 126 - 150 of 724) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_proxy.h 45 // is in the captive portal state.
81 // where wp(E, S) is a weakest precondition (initial state) such
82 // that after execution of E the system will be surely in the state S.
83 enum State {
94 // Returns symbolic state name based on internal state.
95 State GetState() const;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.h 92 // Describes the operational state of this object.
93 enum State {
133 GoogleServiceAuthError::State error);
139 void FailRequest(RequestImpl* request, GoogleServiceAuthError::State error);
145 // Current operational state.
146 State state_;
  /external/chromium_org/chrome/browser/extensions/
extension_uninstall_dialog.h 110 enum State {
115 State state_;
  /external/chromium_org/chrome/browser/extensions/updater/
local_extension_cache.h 101 enum State {
192 // Track state of the instance.
193 State state_;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.h 58 enum State {
98 State state_;
  /external/chromium_org/chrome/browser/net/
net_log_temp_file.h 28 // NetLogTempFile maintains the current logging state (state_) and log file type
61 // Creates a Value summary of the state of the NetLogTempFile. The caller is
89 // This enum lists the possible state NetLogTempFile could be in. It is used
91 enum State {
104 // TODO(davidben): This state is kind of silly.
134 State state() const { return state_; } function in class:NetLogTempFile
137 State state_; // Current state of NetLogTempFile.
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.h 66 enum State {
108 State state_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 26 // Class which observes network state changes and calls registered callbacks.
27 // State is considered changed if connection or the active network has been
28 // changed. Also, it answers to the requests about current network state.
36 enum State {
58 // Adds observer to be notified when network state has been changed.
70 const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE;
80 State state() const { return state_; } function in class:chromeos::NetworkStateInformer
84 static const char* StatusString(State state);
    [all...]
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.h 42 enum State {
67 State state_;
  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.h 28 enum State {
38 State state; member in struct:LocalPrintJob::Info
  /external/chromium_org/components/sync_driver/
data_type_manager.h 23 enum State {
85 // current state. A SYNC_CONFIGURE_START notification will be sent
105 // The current state of the data type manager.
106 virtual State state() const = 0;
model_association_manager.h 55 // Initializes the state to do the model association in future. This
78 enum State {
79 // This is the state after |Initialize| is called.
87 // Called at the end of association to reset state to prepare for next
120 State state_;
  /external/chromium_org/components/translate/core/browser/
translate_url_fetcher.h 20 // Represents internal state if the fetch is completed successfully.
21 enum State {
51 // Gets internal state.
52 State state() { return state_; } function in class:TranslateURLFetcher
64 // Internal state.
65 enum State state_;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_server_socket_message_filter.h 47 enum State {
97 State state_;
  /external/chromium_org/crypto/
p224_spake.h 74 // The authentication state machine is very simple and each party proceeds
76 enum State {
84 State state_;
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 84 enum State {
91 Block(Offset _offset, unsigned int _size, State _state)
95 state(_state) {
100 State state; member in struct:gpu::RingBuffer::Block
  /external/chromium_org/media/audio/win/
wavein_input_win.h 50 enum State {
51 kStateEmpty, // Initial state.
89 volatile State state_;
waveout_output_win.h 31 // you are keeping state in it.
55 enum State {
56 PCMA_BRAND_NEW, // Initial state.
86 volatile State state_;
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.h 40 // kPendingDemuxerRead or kPendingDecrypt state, waits for the pending
41 // operation to finish before satisfying |closure|. Sets the state to
46 // and sets the state to kStopped. Does NOT wait for any pending operations.
61 // For a detailed state diagram please see this link: http://goo.gl/8jAok
62 // TODO(xhwang): Add a ASCII state diagram in this file after this class
65 enum State {
104 State state_;
125 // (in other words, this variable can only be set in state kPendingDecrypt).
fake_video_decoder.h 68 enum State {
94 State state_;
  /external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.h 87 enum State {
93 void ChangeState(State state);
113 // Returns false if an error was encountered. The state of |value| is
133 State state_;
  /external/chromium_org/media/formats/webm/
webm_stream_parser.h 37 enum State {
44 void ChangeState(State new_state);
68 State state_;
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 45 State doomed;
88 // InterfacePtr<..> to its uninitialized state. This method is helpful if you
91 State state; local
92 internal_state_.Swap(&state);
93 return state.router() ?
94 state.router()->PassMessagePipe() : ScopedMessagePipeHandle();
103 typedef internal::InterfacePtrState<Interface> State;
104 State internal_state_;
  /external/chromium_org/mojo/system/
channel.h 119 enum State {
136 State state; member in struct:mojo::system::Channel::EndpointInfo
  /external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.h 55 // Returns true if in the FINISH state (not CANCEL).
87 // This is the state machine for fetching from a given adapter.
89 // The state machine goes from START->WAIT_DHCP when it starts
92 // In state WAIT_DHCP, if the DHCP query finishes and has no URL, it
93 // moves to state FINISH. If there is a URL, it starts a
94 // ProxyScriptFetcher to fetch it and moves to state WAIT_URL.
98 // In state FINISH, completion is indicated to the outer class, with
101 // In state WAIT_DHCP, our timeout occurring can push us to FINISH.
103 // In any state except FINISH, a call to Cancel() will move to state
    [all...]

Completed in 927 milliseconds

1 2 3 4 56 7 8 91011>>