OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEmpty
(Results
1 - 25
of
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/cctest/
test-unbound-queue.cc
15
CHECK(cq.
IsEmpty
());
17
CHECK(!cq.
IsEmpty
());
21
CHECK(cq.
IsEmpty
());
28
CHECK(cq.
IsEmpty
());
30
CHECK(!cq.
IsEmpty
());
33
CHECK(!cq.
IsEmpty
());
37
CHECK(!cq.
IsEmpty
());
43
CHECK(!cq.
IsEmpty
());
46
CHECK(!cq.
IsEmpty
());
50
CHECK(cq.
IsEmpty
());
[
all
...]
/external/chromium/base/
task_queue.h
33
bool
IsEmpty
() const;
task_queue_unittest.cc
61
EXPECT_TRUE(queue.
IsEmpty
());
64
EXPECT_TRUE(queue.
IsEmpty
());
84
EXPECT_TRUE(queue.
IsEmpty
());
100
EXPECT_TRUE(queue.
IsEmpty
());
108
EXPECT_TRUE(queue.
IsEmpty
());
137
EXPECT_FALSE(main_queue.
IsEmpty
());
146
EXPECT_TRUE(main_queue.
IsEmpty
());
/external/webkit/Source/WebCore/bindings/v8/custom/
V8ImageDataCustom.cpp
43
if (!wrapper.
IsEmpty
()) {
49
if (!pixelArray.
IsEmpty
()) {
V8CustomSQLStatementErrorCallback.cpp
54
if (v8Context.
IsEmpty
())
61
if (transactionHandle.
IsEmpty
() || errorHandle.
IsEmpty
()) {
V8DOMTokenListCustom.cpp
48
if (!wrapper.
IsEmpty
() && element) {
50
if (!elementValue.
IsEmpty
() && elementValue->IsObject())
V8ScriptProfileCustom.cpp
47
if (function.
IsEmpty
()) {
52
if (instance.
IsEmpty
()) {
V8CSSStyleSheetCustom.cpp
46
if (ownerNode && !wrapper.
IsEmpty
())
V8GeolocationCustom.cpp
64
if (enableHighAccuracyValue.
IsEmpty
()) {
70
if (enableHighAccuracyBoolean.
IsEmpty
()) {
78
if (timeoutValue.
IsEmpty
()) {
84
if (timeoutNumber.
IsEmpty
()) {
92
if (timeoutInt32.
IsEmpty
()) {
102
if (maximumAgeValue.
IsEmpty
()) {
108
if (maximumAgeNumber.
IsEmpty
()) {
118
if (maximumAgeInt32.
IsEmpty
()) {
V8CanvasPixelArrayCustom.cpp
41
if (!wrapper.
IsEmpty
()) {
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestCallback.cpp
63
if (v8Context.
IsEmpty
())
83
if (v8Context.
IsEmpty
())
89
if (class1ParamHandle.
IsEmpty
()) {
110
if (v8Context.
IsEmpty
())
116
if (class2ParamHandle.
IsEmpty
()) {
121
if (strArgHandle.
IsEmpty
()) {
143
if (v8Context.
IsEmpty
())
149
if (listParamHandle.
IsEmpty
()) {
/external/webkit/Source/WebCore/bindings/v8/
V8AbstractEventListener.cpp
65
if (!m_listener.
IsEmpty
()) {
96
if (v8Context.
IsEmpty
())
104
ASSERT(!jsEvent.
IsEmpty
());
111
if (!m_listener.
IsEmpty
()) {
134
if (jsEvent.
IsEmpty
())
138
if (v8Context.
IsEmpty
())
176
if (savedEvent.
IsEmpty
())
186
ASSERT(!V8Proxy::handleOutOfMemory() || returnValue.
IsEmpty
());
188
if (returnValue.
IsEmpty
())
202
if (!m_listener.
IsEmpty
() && !m_listener->IsFunction()
[
all
...]
ScriptControllerQt.cpp
41
if (v8Context.
IsEmpty
())
ScriptScope.cpp
46
ASSERT(!m_context.
IsEmpty
());
V8EventListener.cpp
49
if (listener.
IsEmpty
())
59
if (!property.
IsEmpty
() && property->IsFunction())
71
if (handlerFunction.
IsEmpty
() || receiver.
IsEmpty
())
ScriptValue.h
55
if (value.
IsEmpty
())
66
if (value.m_value.
IsEmpty
())
82
if (value.m_value.
IsEmpty
())
130
return m_value.
IsEmpty
();
140
if (m_value.
IsEmpty
())
V8LazyEventListener.cpp
58
if (listenerObject.
IsEmpty
())
63
if (handlerFunction.
IsEmpty
() || receiver.
IsEmpty
())
96
if (v8Context.
IsEmpty
())
121
if (!script.
IsEmpty
()) {
123
if (!value.
IsEmpty
()) {
137
if (toStringTemplate.
IsEmpty
())
140
if (!toStringTemplate.
IsEmpty
())
142
if (!toStringFunction.
IsEmpty
()) {
V8DOMWindowShell.cpp
109
ASSERT(!errorMessageString.
IsEmpty
());
115
if (!stackTrace.
IsEmpty
() && stackTrace->GetFrameCount() > 0)
119
bool useURL = resourceName.
IsEmpty
() || !resourceName->IsString();
133
if (window.
IsEmpty
())
169
ASSERT(m_context.
IsEmpty
() || !m_global.
IsEmpty
());
170
return !m_context.
IsEmpty
();
175
if (!m_context.
IsEmpty
()) {
197
if (!m_global.
IsEmpty
()) {
208
if (!m_context.
IsEmpty
()) {
[
all
...]
OwnHandle.h
51
if (m_handle.
IsEmpty
())
63
if (m_handle.
IsEmpty
())
ScriptCachedFrameData.cpp
47
if (m_context.get().
IsEmpty
())
60
if (m_context.get().
IsEmpty
())
ScriptInstance.cpp
62
if (m_instance.
IsEmpty
())
74
if (instance.
IsEmpty
())
WorldContextHandle.cpp
50
if (m_worldToUse == UseMainWorld || !m_context || m_context->get().
IsEmpty
())
/external/chromium/chrome/browser/prefs/
pref_change_registrar.h
46
bool
IsEmpty
() const;
/external/chromium/net/proxy/
proxy_list.h
42
bool
IsEmpty
() const;
45
// this if !
IsEmpty
().
/external/v8/src/
unbound-queue.h
51
INLINE(bool
IsEmpty
()) { return divider_ == last_; }
Completed in 1541 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>