Searched refs:LOG (Results 1 - 25 of 822) sorted by last modified time

1234567891011>>

/external/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp115 LOG(Network, "WebSocket %p connect to %s protocol=%s", this, url.string().utf8().data(), protocol.utf8().data());
158 LOG(Network, "WebSocket %p send %s", this, message.utf8().data());
175 LOG(Network, "WebSocket %p close", this);
210 LOG(Network, "WebSocket %p scriptExecutionContext destroyed", this);
247 LOG(Network, "WebSocket %p didConnect", this);
259 LOG(Network, "WebSocket %p didReceiveMessage %s", this, msg.utf8().data());
270 LOG(Network, "WebSocket %p didReceiveErrorMessage", this);
279 LOG(Network, "WebSocket %p didClose", this);
H A DWebSocketChannel.cpp88 LOG(Network, "WebSocketChannel %p connect", this);
98 LOG(Network, "WebSocketChannel %p send %s", this, msg.utf8().data());
111 LOG(Network, "WebSocketChannel %p bufferedAmount", this);
119 LOG(Network, "WebSocketChannel %p close", this);
127 LOG(Network, "WebSocketChannel %p disconnect", this);
151 LOG(Network, "WebSocketChannel %p didOpen", this);
166 LOG(Network, "WebSocketChannel %p didClose", this);
187 LOG(Network, "WebSocketChannel %p didReceiveData %d", this, len);
212 LOG(Network, "WebSocketChannel %p didFail", this);
240 LOG(Networ
[all...]
H A DWebSocketHandshake.cpp326 LOG(Network, "response code: %d", statusCode);
342 LOG(Network, "readHTTPHeaders failed");
347 LOG(Network, "header process failed");
555 LOG(Network, "name=%s value=%s", nameStr.string().utf8().data(), valueStr.utf8().data());
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumIncludes.h34 // Both WebKit and Chromium define LOG. In AOSP, the framework also defines
35 // LOG. To avoid conflicts, we undefine LOG before including Chromium code,
37 #ifdef LOG
39 #undef LOG macro
117 #undef LOG macro
118 // If LOG was defined, restore it to the WebKit macro.
120 // If LOG was defined, JOIN_LOG_CHANNEL_WITH_PREFIX must be too.
123 #define LOG(channel, ...) ((void)0) macro
125 #define LOG(channe macro
[all...]
/external/webkit/Source/WebKit/android/content/
H A DPhoneEmailDetector.cpp29 #undef LOG macro
H A Daddress_detector.cpp35 #undef LOG macro
H A Dcontent_detector.cpp35 #undef LOG macro
/external/webkit/Source/WebKit/chromium/src/
H A DSocketStreamHandle.cpp93 LOG(Network, "connect");
100 LOG(Network, "send len=%d", len);
110 LOG(Network, "sent");
113 LOG(Network, "busy. buffering");
119 LOG(Network, "close");
125 LOG(Network, "SocketStreamHandleInternal::didOpen %d",
137 LOG(Network, "no m_handle or m_socket?");
142 LOG(Network, "SocketStreamHandleInternal::didSendData %d", amountSent);
154 LOG(Network, "didReceiveData");
164 LOG(Networ
[all...]
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm296 LOG(History, "Updating global history entry %@", entry);
304 LOG(History, "Adding new global history entry for %@", url);
591 LOG(Timing, "loading %d history entries from %@ took %f seconds", numberOfItems, URL, duration);
621 LOG(Timing, "saving history to %@ took %f seconds", URL, duration);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebIconDatabase.mm449 LOG(Timing, "scaling icon took %f seconds.", duration);
513 LOG(IconDatabase, "read disk cache file - %@", key);
519 LOG(IconDatabase, "cannot unarchive cache file - %@", key);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm133 LOG(PluginEvents, "NPP_HandleEvent(updateEvt): %d", acceptedEvent);
146 LOG(PluginEvents, "NPP_HandleEvent(mouseDown): %d pt.v=%d, pt.h=%d", acceptedEvent, event.where.v, event.where.h);
159 LOG(PluginEvents, "NPP_HandleEvent(mouseUp): %d pt.v=%d, pt.h=%d", acceptedEvent, event.where.v, event.where.h);
177 LOG(PluginEvents, "NPP_HandleEvent(mouseEntered): %d", acceptedEvent);
190 LOG(PluginEvents, "NPP_HandleEvent(mouseExited): %d", acceptedEvent);
207 LOG(PluginEvents, "NPP_HandleEvent(mouseMoved): %d", acceptedEvent);
271 LOG(PluginEvents, "NPP_HandleEvent(NPEventType_GetFocusEvent): %d", acceptedEvent);
276 LOG(PluginEvents, "NPP_HandleEvent(NPEventType_LoseFocusEvent): %d", acceptedEvent);
298 LOG(PluginEvents, "NPP_HandleEvent(activateEvent): %d isActive: %d", acceptedEvent, hasFocus);
340 LOG(PluginEvent
[all...]
H A DWebNetscapePluginPackage.mm358 LOG(Plugins, "%f Load timing started for: %@", start, (NSString *)[self pluginInfo].name);
372 LOG(Plugins, "%f CFBundleLoadExecutable took %f seconds", currentTime, duration);
414 LOG(Plugins, "%f WebGetDiskFragment took %f seconds", currentTime, duration);
498 LOG(Plugins, "%f main timing started", mainStart);
517 LOG(Plugins, "%f main took %f seconds", currentTime, duration);
521 LOG(Plugins, "pluginMainFunc: %d, size=%d, version=%d", npErr, pluginSize, pluginVersion);
540 LOG(LiveConnect, "%@: CFM entry point for NPP_GetJavaClass = %p", (NSString *)[self pluginInfo].name, pluginFuncs.javaClass);
542 LOG(LiveConnect, "%@: no entry point for NPP_GetJavaClass", (NSString *)[self pluginInfo].name);
611 LOG(Plugins, "%f NP_Initialize timing started", initializeStart);
619 LOG(Plugin
[all...]
H A DWebNetscapePluginStream.mm250 LOG(Plugins, "NPP_NewStream URL=%@ MIME=%s error=%d", m_responseURL.get(), m_mimeType.data(), npErr);
263 LOG(Plugins, "Stream type: NP_NORMAL");
266 LOG(Plugins, "Stream type: NP_ASFILEONLY");
269 LOG(Plugins, "Stream type: NP_ASFILE");
397 LOG(Plugins, "NPP_StreamAsFile responseURL=%@ path=%s", m_responseURL.get(), carbonPath);
424 LOG(Plugins, "NPP_DestroyStream responseURL=%@ error=%d", m_responseURL.get(), npErr);
441 LOG(Plugins, "NPP_URLNotify requestURL=%@ reason=%d", (NSURL *)m_requestURL, m_reason);
513 LOG(Plugins, "NPP_WriteReady responseURL=%@ bytes=%d", m_responseURL.get(), deliveryBytes);
536 LOG(Plugins, "NPP_Write responseURL=%@ bytes=%d total-delivered=%d/%d", m_responseURL.get(), deliveryBytes, m_offset, m_stream.end);
H A DWebNetscapePluginView.mm1006 LOG(Plugins, "NPP_SetWindow (QuickDraw): %d, port=0x%08x, window.x:%d window.y:%d window.width:%d window.height:%d",
1012 LOG(Plugins, "NPP_SetWindow (CoreGraphics): %d, window=%p, context=%p, window.x:%d window.y:%d window.width:%d window.height:%d window.clipRect size:%dx%d",
1018 LOG(Plugins, "NPP_SetWindow (CoreAnimation): %d, window=%p window.x:%d window.y:%d window.width:%d window.height:%d",
1083 LOG(Plugins, "Plugin can't use use Cocoa event model with QuickDraw drawing model: %@", _pluginPackage.get());
1124 LOG(Plugins, "%@ is using Core Animation drawing model with layer %@", _pluginPackage.get(), _pluginLayer.get());
1263 LOG(Plugins, "%@ = %@", key, value);
1780 LOG(Plugins, "NPN_GetURLNotify: %s target: %s", URLCString, cTarget);
1788 LOG(Plugins, "NPN_GetURL: %s target: %s", URLCString, cTarget);
1885 LOG(Plugins, "NPN_PostURLNotify: %s", URLCString);
1895 LOG(Plugin
[all...]
H A DWebPluginController.mm175 LOG(Plugins, "starting WebKit plugins : %@", [_views description]);
197 LOG(Plugins, "stopping WebKit plugins: %@", [_views description]);
251 LOG(Plugins, "initializing plug-in %@", view);
264 LOG(Plugins, "starting plug-in %@", view);
331 LOG(Plugins, "destroying WebKit plugins: %@", [_views description]);
H A DWebPluginDatabase.mm291 LOG(Plugins, "New plugins:\n%@", newPlugins);
293 LOG(Plugins, "Removed plugins:\n%@", pluginsToRemove);
H A DWebPluginPackage.mm106 LOG(Plugins, "principalClass took %f seconds for: %@", duration, (NSString *)[self pluginInfo].name);
H A Dnpapi.mm54 LOG(Plugins, "NPN_MemFlush");
60 LOG(Plugins, "NPN_ReloadPlugins");
65 LOG(Plugins, "NPN_RequestRead");
156 LOG(Plugins, "NPN_GetJavaEnv");
162 LOG(Plugins, "NPN_GetJavaPeer");
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm623 #define FormDelegateLog(ctrl) LOG(FormDelegate, "control=%@", ctrl)
H A DWebFrameLoaderClient.mm1573 LOG(Plugins, "arguments:\n%@", arguments);
1581 LOG(Plugins, "arguments:\n%@", arguments);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebArchive.mm230 LOG(Timing, "Parsing web archive with [NSPropertyListSerialization propertyListFromData::::] took %f seconds", duration);
374 LOG(Timing, "Serializing web archive to raw CFPropertyList data took %f seconds", duration);
H A DWebDataSource.mm387 LOG(Loading, "creating datasource for %@", static_cast<NSURL *>(_private->loader->request().url()));
H A DWebHTMLView.mm1334 LOG(View, "A view of class %s was added during subview enumeration for layout or printing mode change. This view might paint without first receiving layout.", object_getClassName([subview class]));
3111 LOG(View, "A view of class %s was removed during subview enumeration for layout or printing mode change. We will still do layout or the printing mode change even though this view is no longer in the view hierarchy.", object_getClassName([subview class]));
3131 LOG(Timing, "%s apply style seconds = %f", [self URL], thisTime);
3146 LOG(View, "%@ doing layout", self);
3167 LOG(Timing, "%s layout seconds = %f", [self URL], thisTime);
3291 LOG(View, "%@ setNeedsDisplay:%@", self, flag ? @"YES" : @"NO");
3314 LOG(View, "%@ setNeedsLayout:%@", self, flag ? @"YES" : @"NO");
3327 LOG(View, "%@ setNeedsToApplyStyles:%@", self, flag ? @"YES" : @"NO");
3380 LOG(View, "%@ drawing", self);
3403 LOG(Timin
[all...]
H A DWebPreferences.mm271 LOG(Encoding, "Identifier = %@, Values = %@\n", _private->identifier, _private->values);
295 LOG (Encoding, "Identifier = %@, Values = %@\n", _private->identifier, _private->values);
1143 LOG(Encoding, "requesting for %@\n", ident);
1159 LOG(Encoding, "recording %p for %@\n", instance, [self _concatenateKeyWithIBCreatorID:ident]);
H A DWebView.mm1808 LOG (Bindings, "calling didChangeValueForKey: %@", key);
1814 LOG (Bindings, "calling willChangeValueForKey: %@", key);
3199 LOG(Encoding, "FrameName = %@, GroupName = %@, useBackForwardList = %d\n", frameName, groupName, (int)useBackForwardList);
3242 LOG(Encoding, "FrameName = %@, GroupName = %@, useBackForwardList = %d\n", [[self mainFrame] name], [self groupName], (int)useBackForwardList);
4141 LOG (Bindings, "isLoading = %d", (int)[self _isLoading]);
4991 LOG (Bindings, "addObserver:%p forKeyPath:%@ options:%x context:%p", anObserver, keyPath, options, context);
4997 LOG (Bindings, "removeObserver:%p forKeyPath:%@", anObserver, keyPath);

Completed in 231 milliseconds

1234567891011>>