Searched defs:Log (Results 1 - 25 of 108) sorted by relevance

12345

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.h18 class Log { class
20 // Log entry severity level.
30 virtual ~Log() {}
/external/chromium_org/chrome/common/
H A Drender_messages.cc21 void ParamTraits<ContentSettingsPattern>::Log( function in class:IPC::ParamTraits
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc37 void ParamTraits<gpu::CommandBuffer::State> ::Log(const param_type& p, function in class:IPC::ParamTraits
57 void ParamTraits<gpu::Mailbox>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
78 void ParamTraits<gpu::MailboxHolder>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
79 ParamTraits<gpu::Mailbox>::Log(p.mailbox, l);
/external/chromium_org/ppapi/thunk/
H A Dppb_console_thunk.cc18 void Log(PP_Instance instance, PP_LogLevel level, struct PP_Var value) { function in namespace:ppapi::thunk::__anon10250
19 VLOG(4) << "PPB_Console::Log()";
23 enter.functions()->Log(instance, level, value);
38 &Log,
/external/chromium_org/chrome/browser/drive/
H A Devent_logger.cc37 void EventLogger::Log(logging::LogSeverity severity, const char* format, ...) { function in class:drive::EventLogger
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.cc33 return "Unknown Log Severity";
42 void Log(logging::LogSeverity severity, function in namespace:sync_file_system::util
53 // Log to WebUI regardless of LogSeverity (e.g. ignores command line flags).
55 // creation. EventLogger::Log() internally maintains the lock.
61 // Log to console if the severity is at or above the min level.
/external/chromium_org/content/common/
H A Dcontent_param_traits.cc30 void ParamTraits<gfx::Range>::Log(const gfx::Range& r, std::string* l) { function in class:IPC::ParamTraits
67 void ParamTraits<WebInputEventPointer>::Log(const param_type& p, function in class:IPC::ParamTraits
H A Dcontent_param_traits.h36 static void Log(const param_type& p, std::string* l);
48 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
60 static void Log(const param_type& p, std::string* l);
H A Dgamepad_param_traits.cc52 void ParamTraits<WebGamepad>::Log( function in class:IPC::ParamTraits
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.cc110 void ParamTraits<IndexedDBKey>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
117 Log(*it, l);
181 void ParamTraits<IndexedDBKeyPath>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
228 void ParamTraits<IndexedDBKeyRange>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
/external/chromium_org/content/common/input/
H A Dinput_param_traits.cc51 void ParamTraits<content::ScopedWebInputEvent>::Log(const param_type& p, function in class:IPC::ParamTraits
105 void ParamTraits<content::SyntheticGesturePacket>::Log(const param_type& p, function in class:IPC::ParamTraits
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc50 void ParamTraits<GURL>::Log(const GURL& p, std::string* l) { function in class:IPC::ParamTraits
71 void ParamTraits<url::Origin>::Log(const url::Origin& p, std::string* l) { function in class:IPC::ParamTraits
93 void ParamTraits<net::HostPortPair>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
117 void ParamTraits<net::IPEndPoint>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
135 void ParamTraits<content::PageState>::Log( function in class:IPC::ParamTraits
H A Dcommon_param_traits.h44 static void Log(const param_type& p, std::string* l);
52 static void Log(const param_type& p, std::string* l);
60 static void Log(const param_type& p, std::string* l);
68 static void Log(const param_type& p, std::string* l);
76 static void Log(const param_type& p, std::string* l);
106 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
123 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
/external/chromium_org/gin/modules/
H A Dconsole.cc22 void Log(Arguments* args) { function in namespace:gin::__anon8312
42 .SetMethod("log", Log)
/external/chromium_org/ipc/
H A Dipc_channel_proxy_unittest_messages.h24 static void Log(const BadType& p, std::string* l) {} function in struct:IPC::ParamTraits
/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_html.py102 def Log(msg): function
103 if Log.enabled:
105 Log.enabled = False
137 Log('creating nmf: %s' % nmf)
147 Log(cmd)
153 Log('creating html: %s' % htmlfile)
190 Log.enabled = True
H A Dncval.py26 def Log(msg): function
27 if Log.verbose:
29 Log.verbose = False
53 Log.verbose = True
68 Log('Running %s' % ' '.join(cmd))
76 Log('Changing the modification time of %s to 0.' % nexe)
86 Log(proc_out)
H A Dsel_ldr.py29 def Log(msg): function
30 if Log.verbose:
32 Log.verbose = False
78 Log.verbose = True
97 Log('ROOT = %s' % NACL_SDK_ROOT)
98 Log('SEL_LDR = %s' % sel_ldr)
99 Log('IRT = %s' % irt)
105 Log('HELPER = %s' % helper)
147 Log('LD.SO = %s' % ldso)
157 Log(cm
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_console.h52 void (*Log)(PP_Instance instance, PP_LogLevel level, struct PP_Var value); member in struct:PPB_Console_1_0
/external/chromium_org/ppapi/generators/
H A Didl_log.py27 def Log(self, msg): member in class:IDLLog
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Drpclistener.py19 def Log(self, message): member in class:RPCListener
28 self.Log(message)
34 self.Log('\n[SERVER_ERROR] %s' % (message,))
49 self.Log(message)
/external/chromium_org/remoting/signaling/
H A Dlog_to_server.cc47 void LogToServer::Log(const ServerLogEntry& entry) { function in class:remoting::LogToServer
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_debug.cpp49 void Log(const char* fmt, ...) { function in namespace:crazy
/external/chromium_org/third_party/android_testrunner/
H A Dlogger.py37 """Returns the path and name of the Log file"""
41 def Log(new_str): function
/external/chromium_org/third_party/libaddressinput/src/java/test/android/util/
H A DLog.java22 public final class Log { class

Completed in 562 milliseconds

12345