/external/webkit/Source/WebKit/android/jni/ |
D | WebSettings.cpp | 153 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 …]
|
D | WebHistory.cpp | 81 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 …]
|
D | WebCoreResourceLoader.cpp | 141 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 …]
|
D | WebCoreFrameBridge.cpp | 304 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 …]
|
D | WebIconDatabase.cpp | 171 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()
|
D | JavaBridge.cpp | 151 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 …]
|
D | MIMETypeRegistry.cpp | 47 LOG_ASSERT(mimeClass, "Could not find class MimeTypeMap"); in getMIMETypeForExtension() 51 LOG_ASSERT(mimeTypeFromExtension, in getMIMETypeForExtension()
|
D | WebViewCore.cpp | 191 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 …]
|
D | JniUtil.cpp | 52 LOG_ASSERT(jniUtil, "Unable to find class"); in registerJniUtil()
|
D | MockGeolocation.cpp | 77 LOG_ASSERT(mockGeolocation, "Unable to find class"); in registerMockGeolocation()
|
D | GeolocationPermissionsBridge.cpp | 105 LOG_ASSERT(geolocationPermissions, "Unable to find class"); in registerGeolocationPermissions()
|
D | WebCoreJni.cpp | 41 LOG_ASSERT(real, "The real object has been deleted!"); in getRealObject()
|
D | CookieManager.cpp | 195 LOG_ASSERT(cookieManager, "Unable to find class"); in registerCookieManager()
|
D | DeviceMotionAndOrientationManager.cpp | 164 LOG_ASSERT(deviceMotionAndOrientationManager, "Unable to find class"); in registerDeviceMotionAndOrientationManager()
|
D | CacheManager.cpp | 135 LOG_ASSERT(cacheManager, "Unable to find class"); in registerCacheManager()
|
D | WebStorage.cpp | 178 LOG_ASSERT(webStorage, "Unable to find class android.webkit.WebStorage"); in registerWebStorage()
|
D | WebCoreJniOnLoad.cpp | 147 LOG_ASSERT(env, "Could not retrieve the env!"); in JNI_OnLoad()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromiumIncludes.h | 43 #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
|
D | WebUrlLoaderClient.cpp | 158 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/ |
D | WebView.cpp | 98 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() 820 … LOG_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/ |
D | AdbConnection.cpp | 118 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/ |
D | logging.h | 197 #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/ |
D | MessageThread.cpp | 82 LOG_ASSERT(when > 0, "Message time may not be 0"); in post()
|
/external/chromium/base/ |
D | logging.h | 406 #define LOG_ASSERT(condition) \ macro 558 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
|