Searched refs:isNull (Results 426 - 450 of 965) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp78 setTextAsOfLastFormControlChangeEvent(initialValue.isNull() ? emptyString() : initialValue);
319 if (!innerEditor || !innerEditor->contains(passedPosition.anchorNode()) || passedPosition.isNull())
688 ASSERT(position.isNull() || position.anchorType() == Position::PositionIsOffsetInAnchor
706 if (dirAttributeValue.isNull())
868 if (position.isNull())
912 if (pivotPosition.isNull())
947 if (pivotPosition.isNull())
H A DHTMLTextAreaElement.cpp214 if (!dirnameAttrValue.isNull())
359 String normalizedValue = newValue.isNull() ? "" : newValue;
471 if (!value.isNull())
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc324 !user_image_manager->DownloadedProfileImage().isNull())
357 DCHECK(!previous_image_.isNull());
377 if (user_photo_.isNull()) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp256 if (visibleStart.isNull() || visibleStart.isOrphan() || visibleEnd.isNull() || visibleEnd.isOrphan())
330 if (start.isNull() || end.isNull())
339 if (start.isNull() || end.isNull())
568 if (start.isNull() || end.isNull())
639 if (start.isNull() || start.isOrphan() || end.isNull() || en
[all...]
H A DInsertParagraphSeparatorCommand.cpp178 || (!canonicalPos.isNull() && isRenderedTableElement(canonicalPos.deprecatedNode()))
179 || (!canonicalPos.isNull() && isHTMLHRElement(*canonicalPos.deprecatedNode()))) {
407 if (!beforeNodePosition.isNull() && comparePositions(VisiblePosition(insertionPosition), beforeNodePosition) <= 0)
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp99 if (m_image && !m_image->isNull())
375 if (!m_image || m_image->isNull()) {
392 if (!imageResource->hasImage() || imageResource->image()->isNull())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDeferredImageDecoderTest.cpp156 EXPECT_FALSE(image->bitmap().isNull());
214 EXPECT_FALSE(image->bitmap().isNull());
317 EXPECT_FALSE(image->bitmap().isNull());
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp304 if (!m_dateFormat.isNull())
336 if (!m_monthFormat.isNull())
346 if (!m_shortMonthFormat.isNull())
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp190 if (Attr.ModifiedType.isNull())
206 if (Attr.ModifiedType.isNull() ||
233 if (T.isNull() || !T->isObjCRetainableType())
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp69 assert(!T.isNull());
316 assert(!TargetType.isNull());
381 if (castTy.isNull() || V.isUnknownOrUndef())
/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.cc106 if (GetImage().isNull())
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc128 return !user_info_->GetImage().isNull();
/external/chromium_org/ash/test/
H A Dtest_session_state_delegate.cc208 return !GetActiveUserInfo()->GetImage().isNull();
/external/chromium_org/chrome/browser/android/profiles/
H A Dprofile_downloader_android.cc100 if (!bitmap.isNull() && bitmap.bytesPerPixel() != 0)
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service.cc184 if (!bitmap->isNull()) {
/external/chromium_org/chrome/browser/
H A Dicon_loader_chromeos.cc157 DCHECK(!source.isNull());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.cc147 if (!bitmap_.isNull()) {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_border.cc145 if (image->isNull() || image->size() != rect.size()) {
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_icon_painter.cc127 if (!badge_.isNull())
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_win.cc130 if (!icon.isNull() && win_version != base::win::VERSION_PRE_XP) {
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.cc148 if (!favicon.isNull()) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dkiosk_app_menu_handler.cc106 if (!app_data.icon.isNull())
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autocomplete_browsertest.cc122 ASSERT_FALSE(element.isNull());
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source.cc225 if (constraints.isNull()) {
375 DCHECK(!constraints.isNull());
595 if (!owner().isNull())
606 if (!owner().isNull()) {
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc86 if (bitmap->isNull() || bitmap->width() != width ||

Completed in 567 milliseconds

<<11121314151617181920>>