OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnull
(Results
276 - 300
of
1269
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/extensions/
extension_action_icon_factory_unittest.cc
195
ASSERT_TRUE(browser_action->GetExplicitlySetIcon(0 /*tab id*/).
isNull
());
221
ASSERT_TRUE(browser_action->GetExplicitlySetIcon(0 /*tab id*/).
isNull
());
228
ASSERT_FALSE(browser_action->GetExplicitlySetIcon(0 /*tab id*/).
isNull
());
259
ASSERT_TRUE(browser_action->GetExplicitlySetIcon(0 /*tab id*/).
isNull
());
image_loader.cc
182
if (bitmaps[i].
isNull
())
188
if (bitmap.
isNull
() || bitmap.empty())
317
if (bitmaps[i].
isNull
()) {
354
if (!image_skia.
isNull
()) {
/external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.cc
54
if (!icon_.
isNull
())
/external/chromium_org/chrome/browser/ui/cocoa/
table_row_nsimage_cache.mm
73
if (!image_skia_icon.
isNull
()) {
/external/chromium_org/chrome/renderer/extensions/
i18n_custom_bindings.cc
31
if (args[2]->
IsNull
() || !args[2]->IsString()) {
/external/chromium_org/content/renderer/media/
rtc_media_constraints.cc
56
if (constraints.
isNull
())
/external/chromium_org/skia/ext/
skia_utils_ios.mm
68
if (skia_bitmap.
isNull
())
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Callback.h
63
if (value->
IsNull
() && (acceptedValues & CallbackAllowNull))
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8XSLTProcessorCustom.cpp
69
if (result.
isNull
())
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp
54
if (!radiusX.
isNull
()) {
57
if (!radiusY.
isNull
()) {
276
if (!radiusX.
isNull
()) {
279
if (!radiusY.
isNull
()) {
CSSParserMode.cpp
43
: m_baseURL(baseURL.
isNull
() ? document.baseURL() : baseURL)
/external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.cpp
77
if (mutation->oldValue().
isNull
())
TagNodeList.cpp
37
ASSERT(m_namespaceURI.
isNull
() || !m_namespaceURI.isEmpty());
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp
65
if (visibleStart.
isNull
() || visibleStart.isOrphan() || visibleEnd.
isNull
() || visibleEnd.isOrphan())
82
ASSERT(!startOfSelection.
isNull
());
83
ASSERT(!endOfSelection.
isNull
());
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElement.cpp
87
m_frameBorderSet = !value.
isNull
();
HTMLOListElement.cpp
87
bool reversed = !value.
isNull
();
HTMLTableColElement.cpp
67
m_span = !value.
isNull
() ? value.toInt() : 1;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLInputStream.h
64
bool
isNull
() const { return input.isEmpty() && !numberOfSegmentsAlreadyAppended; }
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.h
84
if (m_select.
isNull
() || m_select.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptArguments.cpp
72
if (checkForNullOrUndefined && (value.
isNull
() || value.isUndefined()))
/external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp
179
if (!(attributeValue = submitButton->fastGetAttribute(formactionAttr)).
isNull
())
181
if (!(attributeValue = submitButton->fastGetAttribute(formenctypeAttr)).
isNull
())
183
if (!(attributeValue = submitButton->fastGetAttribute(formmethodAttr)).
isNull
())
185
if (!(attributeValue = submitButton->fastGetAttribute(formtargetAttr)).
isNull
())
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.h
48
bool valueIsValid = !value.
isNull
() && parseViewBox(&target->document(), value, viewBox);
SVGFontFaceUriElement.cpp
94
if (!href.
isNull
()) {
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp
130
const bool usesInLineKeys = !keyPath.
isNull
();
177
RefPtr<IDBKey> key = keyValue.isUndefined() || keyValue.
isNull
() ? 0 : scriptValueToIDBKey(&requestState, keyValue);
334
if (metadata.autoIncrement && !metadata.keyPath.
isNull
()) {
386
if (directionString.
isNull
() || directionString == IDBCursor::directionNext())
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
SourceInfo.cpp
35
ASSERT(!webSourceInfo.
isNull
());
Completed in 1680 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>