OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckState
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
reload_button_gtk_unittest.cc
13
void
CheckState
(bool enabled,
40
void ReloadButtonGtkTest::
CheckState
(bool enabled,
57
CheckState
(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
62
CheckState
(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
68
CheckState
(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_STOP,
73
CheckState
(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
85
CheckState
(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
93
CheckState
(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_RELOAD,
98
CheckState
(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_STOP,
111
CheckState
(false, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_STOP
[
all
...]
/external/chromium/chrome/browser/ui/views/
reload_button_unittest.cc
13
void
CheckState
(bool enabled,
39
void ReloadButtonTest::
CheckState
(bool enabled,
56
CheckState
(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, false,
62
CheckState
(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, true,
68
CheckState
(true, ReloadButton::MODE_STOP, ReloadButton::MODE_STOP, false,
73
CheckState
(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, false,
86
CheckState
(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, true,
94
CheckState
(true, ReloadButton::MODE_STOP, ReloadButton::MODE_RELOAD, true,
99
CheckState
(true, ReloadButton::MODE_STOP, ReloadButton::MODE_STOP, false,
113
CheckState
(false, ReloadButton::MODE_RELOAD, ReloadButton::MODE_STOP, false
[
all
...]
/external/skia/include/views/
SkWidgetViews.h
132
enum
CheckState
{
137
CheckState
getCheckState() const { return (
CheckState
)fCheckState; }
138
void setCheckState(
CheckState
);
140
/** use this to extract the
CheckState
from an event (i.e. one that as posted
145
static bool GetWidgetEventCheckState(const SkEvent&,
CheckState
* state);
149
virtual void onCheckStateChange(
CheckState
oldState,
CheckState
newState);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
106
const S *
CheckState
(StateId s) const {
208
const S *state =
CheckState
(s);
219
const S *state =
CheckState
(s);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc
734
if (!
CheckState
(STATE_INIT, error))
763
if (!
CheckState
(STATE_SENTINITIATE, error))
785
if (!
CheckState
(STATE_SENTINITIATE, error))
869
if (!
CheckState
(STATE_SENTINITIATE, &message_error)) {
884
bool Session::
CheckState
(State state, MessageError* error) {
[
all
...]
/dalvik/libdex/
DexSwapVerify.cpp
71
struct
CheckState
{
92
static inline u4 fileOffset(const
CheckState
* state, const void* ptr) {
99
static inline void* filePointer(const
CheckState
* state, u4 offset) {
111
static inline bool checkPtrRange(const
CheckState
* state,
131
* Assumes "const
CheckState
* state".
150
* Assumes "const
CheckState
* state".
161
* Assumes "const
CheckState
* state" and "typeof(_count) == typeof(_elemSize)"
179
* Assumes "const
CheckState
* state".
233
static bool verifyFieldDefiner(const
CheckState
* state, u4 definingClass,
240
static bool verifyMethodDefiner(const
CheckState
* state, u4 definingClass
[
all
...]
Completed in 50 milliseconds