Home
last modified time | relevance | path

Searched refs:LOG_ASSERT (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebSettings.cpp153 LOG_ASSERT(mLayoutAlgorithm, "Could not find field mLayoutAlgorithm"); in FieldIds()
154 LOG_ASSERT(mTextSize, "Could not find field mTextSize"); in FieldIds()
155 LOG_ASSERT(mStandardFontFamily, "Could not find field mStandardFontFamily"); in FieldIds()
156 LOG_ASSERT(mFixedFontFamily, "Could not find field mFixedFontFamily"); in FieldIds()
157 LOG_ASSERT(mSansSerifFontFamily, "Could not find field mSansSerifFontFamily"); in FieldIds()
158 LOG_ASSERT(mSerifFontFamily, "Could not find field mSerifFontFamily"); in FieldIds()
159 LOG_ASSERT(mCursiveFontFamily, "Could not find field mCursiveFontFamily"); in FieldIds()
160 LOG_ASSERT(mFantasyFontFamily, "Could not find field mFantasyFontFamily"); in FieldIds()
161 LOG_ASSERT(mDefaultTextEncoding, "Could not find field mDefaultTextEncoding"); in FieldIds()
162 LOG_ASSERT(mUserAgent, "Could not find field mUserAgent"); in FieldIds()
[all …]
DWebHistory.cpp81 LOG_ASSERT(frame, "Close needs a valid Frame pointer!"); in WebHistoryClose()
148 LOG_ASSERT(frame, "RestoreState needs a valid Frame pointer!"); in WebHistoryRestoreIndex()
161 LOG_ASSERT(frame, "Inflate needs a valid frame pointer!"); in WebHistoryInflate()
162 LOG_ASSERT(data, "Inflate needs a valid data pointer!"); in WebHistoryInflate()
207 LOG_ASSERT(item->bridge(), "Why don't we have a bridge object here?"); in Flatten()
314 LOG_ASSERT(item, "historyItemChanged called with a null item"); in historyItemChanged()
322 LOG_ASSERT(item, "newItem must take a valid HistoryItem!"); in AddItem()
417 LOG_ASSERT(bridge, "We should have a bridge here!"); in write_item()
458 LOG_ASSERT(parent->bridge(), in write_children_recursive()
470 LOG_ASSERT(parentBridge->parent() == 0 || in write_children_recursive()
[all …]
DWebCoreResourceLoader.cpp141 LOG_ASSERT(response, "nativeSetResponseHeader must take a valid response pointer!"); in SetResponseHeader()
143 LOG_ASSERT(key, "How did a null value become a key?"); in SetResponseHeader()
155 LOG_ASSERT(url, "Must have a url in the response!"); in CreateResponse()
185 LOG_ASSERT(handle, "nativeReceivedResponse must take a valid handle!"); in ReceivedResponse()
191 LOG_ASSERT(response, "nativeReceivedResponse must take a valid resource pointer!"); in ReceivedResponse()
205 LOG_ASSERT(handle, "nativeAddData must take a valid handle!"); in AddData()
215 LOG_ASSERT(handle->client(), "Why do we not have a client?"); in AddData()
227 LOG_ASSERT(handle, "nativeFinished must take a valid handle!"); in Finished()
232 LOG_ASSERT(handle->client(), "Why do we not have a client?"); in Finished()
244 LOG_ASSERT(handle, "nativeRedirectedToUrl must take a valid handle!"); in RedirectedToUrl()
[all …]
DWebCoreFrameBridge.cpp304 LOG_ASSERT(mJavaFrame->mStartLoadingResource, "Could not find method startLoadingResource"); in WebFrame()
305 LOG_ASSERT(mJavaFrame->mMaybeSavePassword, "Could not find method maybeSavePassword"); in WebFrame()
306 LOG_ASSERT(mJavaFrame->mShouldInterceptRequest, "Could not find method shouldInterceptRequest"); in WebFrame()
307 LOG_ASSERT(mJavaFrame->mLoadStarted, "Could not find method loadStarted"); in WebFrame()
308 LOG_ASSERT(mJavaFrame->mTransitionToCommitted, "Could not find method transitionToCommitted"); in WebFrame()
309 LOG_ASSERT(mJavaFrame->mLoadFinished, "Could not find method loadFinished"); in WebFrame()
310 LOG_ASSERT(mJavaFrame->mReportError, "Could not find method reportError"); in WebFrame()
311 LOG_ASSERT(mJavaFrame->mSetTitle, "Could not find method setTitle"); in WebFrame()
312 LOG_ASSERT(mJavaFrame->mWindowObjectCleared, "Could not find method windowObjectCleared"); in WebFrame()
313 LOG_ASSERT(mJavaFrame->mSetProgress, "Could not find method setProgress"); in WebFrame()
[all …]
DWebIconDatabase.cpp171 LOG_ASSERT(path, "No path given to nativeOpen"); in Open()
209 LOG_ASSERT(url, "No url given to iconForPageUrl"); in IconForPageUrl()
221 LOG_ASSERT(url, "No url given to retainIconForPageUrl"); in RetainIconForPageUrl()
230 LOG_ASSERT(url, "No url given to releaseIconForPageUrl"); in ReleaseIconForPageUrl()
259 LOG_ASSERT(webIconDatabase, "Unable to find class android.webkit.WebIconDatabase"); in registerWebIconDatabase()
DJavaBridge.cpp151 LOG_ASSERT(mSetSharedTimer, "Could not find method setSharedTimer"); in JavaBridge()
152 LOG_ASSERT(mStopSharedTimer, "Could not find method stopSharedTimer"); in JavaBridge()
153 LOG_ASSERT(mSetCookies, "Could not find method setCookies"); in JavaBridge()
154 LOG_ASSERT(mCookies, "Could not find method cookies"); in JavaBridge()
155 LOG_ASSERT(mCookiesEnabled, "Could not find method cookiesEnabled"); in JavaBridge()
156 LOG_ASSERT(mGetPluginDirectories, "Could not find method getPluginDirectories"); in JavaBridge()
157 LOG_ASSERT(mGetPluginSharedDataDirectory, "Could not find method getPluginSharedDataDirectory"); in JavaBridge()
158 LOG_ASSERT(mGetKeyStrengthList, "Could not find method getKeyStrengthList"); in JavaBridge()
159 LOG_ASSERT(mGetSignedPublicKey, "Could not find method getSignedPublicKey"); in JavaBridge()
286 LOG_ASSERT(!sSharedTimerFiredCallback || sSharedTimerFiredCallback==f, in setSharedTimerCallback()
[all …]
DMIMETypeRegistry.cpp47 LOG_ASSERT(mimeClass, "Could not find class MimeTypeMap"); in getMIMETypeForExtension()
51 LOG_ASSERT(mimeTypeFromExtension, in getMIMETypeForExtension()
DWebViewCore.cpp191 LOG_ASSERT(index >= 0, "RemoveInstance inst not found"); in removeInstance()
334 LOG_ASSERT(m, "Could not find method %s", name); in GetJMethod()
398 LOG_ASSERT(m_mainFrame, "Uh oh, somehow a frameview was made without an initial frame!"); in WebViewCore()
779 LOG_ASSERT(m_javaGlue->m_obj, "A Java widget was not associated with this view bridge!"); in recordPictureSet()
834 LOG_ASSERT(root, "updateCursorBounds: root cannot be null"); in updateCursorBounds()
835 LOG_ASSERT(cachedNode, "updateCursorBounds: cachedNode cannot be null"); in updateCursorBounds()
836 LOG_ASSERT(cachedFrame, "updateCursorBounds: cachedFrame cannot be null"); in updateCursorBounds()
958 LOG_ASSERT(layoutSucceeded, "Can never be called recursively"); in createBaseLayer()
1026 LOG_ASSERT(layoutSucceeded, "Can never be called recursively"); in splitContent()
1035 LOG_ASSERT(m_javaGlue->m_obj, "A Java widget was not associated with this view bridge!"); in scrollTo()
[all …]
DJniUtil.cpp52 LOG_ASSERT(jniUtil, "Unable to find class"); in registerJniUtil()
DMockGeolocation.cpp77 LOG_ASSERT(mockGeolocation, "Unable to find class"); in registerMockGeolocation()
DGeolocationPermissionsBridge.cpp105 LOG_ASSERT(geolocationPermissions, "Unable to find class"); in registerGeolocationPermissions()
DWebCoreJni.cpp41 LOG_ASSERT(real, "The real object has been deleted!"); in getRealObject()
DCookieManager.cpp195 LOG_ASSERT(cookieManager, "Unable to find class"); in registerCookieManager()
DDeviceMotionAndOrientationManager.cpp164 LOG_ASSERT(deviceMotionAndOrientationManager, "Unable to find class"); in registerDeviceMotionAndOrientationManager()
DCacheManager.cpp135 LOG_ASSERT(cacheManager, "Unable to find class"); in registerCacheManager()
DWebStorage.cpp178 LOG_ASSERT(webStorage, "Unable to find class android.webkit.WebStorage"); in registerWebStorage()
DWebCoreJniOnLoad.cpp147 LOG_ASSERT(env, "Could not retrieve the env!"); in JNI_OnLoad()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromiumIncludes.h43 #ifdef LOG_ASSERT
44 #define LOG_ASSERT_WAS_DEFINED LOG_ASSERT
45 #undef LOG_ASSERT
107 #undef LOG_ASSERT
109 #define LOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) macro
DWebUrlLoaderClient.cpp158 LOG_ASSERT(false, "Unexpected use of FormDataElement::encodedBlob"); in WebUrlLoaderClient()
162 LOG_ASSERT(false, "Unexpected default case in WebUrlLoaderClient.cpp"); in WebUrlLoaderClient()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp98 LOG_ASSERT(m, "Could not find method %s", name); in GetJMethod()
181 LOG_ASSERT(rectClass, "Could not find Rect class"); in WebView()
189 LOG_ASSERT(rectClassF, "Could not find RectF class"); in WebView()
249 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in getTextHandleScale()
592 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in drawGL()
820LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in getFrameCache()
836 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in getScaledMaxXScroll()
848 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in getScaledMaxYScroll()
861 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in getVisibleRect()
1337 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!"); in sendMoveMouseIfLatest()
[all …]
/external/webkit/Source/WebKit/android/wds/client/
DAdbConnection.cpp118 LOG_ASSERT(payloadLen == PAYLOAD_LENGTH, "Incorrect payload size"); in printFailureMessage()
148 LOG_ASSERT(m_fd != -1, "Connection has been closed!"); in checkOkayResponse()
/external/chromium/googleurl/base/
Dlogging.h197 #define LOG_ASSERT(condition) \ macro
242 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
348 true ? (void) 0 : LOG_ASSERT(condition) in DECLARE_DCHECK_STROP_IMPL()
/external/webkit/Source/WebKit/android/smoke/
DMessageThread.cpp82 LOG_ASSERT(when > 0, "Message time may not be 0"); in post()
/external/chromium/base/
Dlogging.h406 #define LOG_ASSERT(condition) \ macro
558 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)