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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/accelerators/
key_hold_detector.h 31 // This should return true if the event should start the state transition.
48 // A state to keep track of one click and click and hold operation.
57 enum State {
63 State state_;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_audio_video_checker.h 35 enum State {
54 State state_;
  /external/chromium_org/chrome/browser/net/
dns_probe_service.h 48 enum State {
67 State state_;
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.h 27 // Provides the search provider install state for the I/O thread. It works by
33 enum State {
57 // Returns the search provider install state for the given origin.
59 State GetInstallState(const GURL& requested_origin);
72 // Sets up the loaded state and then lets clients know that the search
73 // provider install state has been loaded.
77 // install state has been loaded.
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_char_iterator.cc 13 TokenizedStringCharIterator::State::State() : token_index(0u), char_index(0) {}
15 TokenizedStringCharIterator::State::State(size_t token_index, int char_index)
67 TokenizedStringCharIterator::State
69 return State(current_token_,
73 void TokenizedStringCharIterator::SetState(const State& state) {
74 current_token_ = state.token_index;
77 while (current_token_iter_->char_pos() < state.char_index
    [all...]
tokenized_string_char_iterator.h 23 struct State {
24 State();
25 State(size_t token_index, int char_index);
55 // Helpers to get and restore the iterator's state.
56 State GetState() const;
57 void SetState(const State& state);
  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 10 SearchModel::State::State()
15 SearchModel::State::State(const SearchMode& mode,
23 bool SearchModel::State::operator==(const State& rhs) const {
34 void SearchModel::SetState(const State& new_state) {
42 const State old_state = state_;
57 const State old_state = state_;
66 << "Please do not try to set the SearchModel state without first
    [all...]
search_model.h 21 // An observable model for UI components that care about search model state
25 struct State {
26 State();
27 State(const SearchMode& mode,
31 bool operator==(const State& rhs) const;
46 // Change the state. Change notifications are sent to observers.
47 void SetState(const State& state);
49 // Get the current state.
50 const State& state() const { return state_; function in class:SearchModel
    [all...]
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 28 // Note that this class handles the criteria state for a single service, so
35 // Observes resource request allowed state changes.
41 // Specifies the resource request allowed state.
42 enum State {
63 virtual State GetResourceRequestsAllowedState();
  /external/chromium_org/cloud_print/gcp20/prototype/
local_settings.h 10 enum State {
  /external/chromium_org/cloud_print/service/win/
service_controller.h 21 enum State {
54 State state() const { return state_; } function in class:ServiceController
69 State state_;
  /external/chromium_org/components/webdata/common/
web_database.h 24 enum State {
  /external/chromium_org/content/browser/geolocation/
mock_location_provider.h 35 enum State { STOPPED, LOW_ACCURACY, HIGH_ACCURACY } state_;
  /external/chromium_org/content/renderer/media/
rtc_video_renderer.h 51 enum State {
63 blink::WebMediaStreamSource::ReadyState state) OVERRIDE;
70 State state_;
  /external/chromium_org/content/test/
test_video_frame_provider.h 41 enum State {
51 State state_;
  /external/chromium_org/crypto/
ghash.h 49 enum State {
78 State state_;
  /external/chromium_org/media/audio/
audio_output_proxy.h 23 // playing state).
43 enum State {
55 State state_;
  /external/chromium_org/media/base/
fake_audio_renderer_sink.h 15 enum State {
38 // Returns false if this object is in a state where calling Render()
39 // should not occur. (i.e., in the kPaused or kStopped state.) The
45 State state() const { return state_; } function in class:media::FakeAudioRendererSink
51 void ChangeState(State new_state);
53 State state_;
  /external/chromium_org/net/dns/
serial_worker.h 67 enum State {
82 // Posted to message loop in case WorkerPool is busy. (state == WAITING)
88 State state_;
  /external/chromium_org/net/http/
http_response_body_drainer.h 39 enum State {
56 State next_state_;
  /external/chromium_org/net/quic/crypto/
quic_server_info.h 63 struct State {
64 State();
65 ~State();
77 DISALLOW_COPY_AND_ASSIGN(State);
82 const State& state() const;
83 State* mutable_state();
91 State state_;
  /external/chromium_org/ppapi/proxy/
tcp_server_socket_private_resource.h 40 enum State {
55 State state_;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.h 48 typedef Vector<Namespace, 1> State;
52 static State stateFor(HTMLTreeBuilder*);
54 const State& state() const { return m_namespaceStack; } function in class:WebCore::HTMLTreeBuilderSimulator
55 void setState(const State& state) { m_namespaceStack = state; }
65 State m_namespaceStack;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DockController.js 40 this._dockSide = WebInspector.DockController.State.Undocked;
49 WebInspector.DockController.State = {
71 this._states = [WebInspector.DockController.State.DockedToBottom, WebInspector.DockController.State.Undocked, WebInspector.DockController.State.DockedToRight];
74 this._states.push(WebInspector.DockController.State.DockedToLeft);
103 return this._dockSide === WebInspector.DockController.State.DockedToRight || this._dockSide === WebInspector.DockController.State.DockedToLeft;
116 InspectorFrontendHost.setIsDocked(dockSide !== WebInspector.DockController.State.Undocked, this._setIsDockedResponse.bind(this, eventData));
134 case WebInspector.DockController.State.DockedToBottom
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.h 59 enum State {
69 State m_state;

Completed in 5262 milliseconds

12 3 4 5 6 7 8 91011>>