Home
last modified time | relevance | path

Searched refs:clientInfo (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/resources/gpu/
Dinfo_view.js38 if (browserBridge.clientInfo) {
39 var clientInfo = browserBridge.clientInfo;
41 var commandLineParts = clientInfo.command_line.split(' ');
52 value: clientInfo.version
56 value: clientInfo.operating_system
60 value: clientInfo.blacklist_version
64 value: clientInfo.driver_bug_list_version
68 value: clientInfo.angle_commit_id
72 value: clientInfo.graphics_backend
Dbrowser_bridge_tests.js258 clientInfo: { property
268 clientInfo: undefined, property
274 clientInfo: undefined, property
313 clientInfo: undefined, property
Dbrowser_bridge.js39 this.clientInfo_ = data.clientInfo;
115 get clientInfo() {
/external/chromium_org/chrome/browser/resources/net_internals/
Dlog_util.js48 if (numericDate && constants.clientInfo) {
49 constants.clientInfo.numericDate = numericDate;
62 if (oldLogDump.constants.clientInfo &&
63 oldLogDump.constants.clientInfo.numericDate) {
64 numericDate = oldLogDump.constants.clientInfo.numericDate;
199 if (typeof logDump.constants.clientInfo.numericDate != 'number') {
Dmain.js307 ClientInfo = Constants.clientInfo;
331 typeof(receivedConstants.clientInfo) == 'object' &&
Dsource_entry.js344 Constants.clientInfo.numericDate);
/external/chromium-trace/trace-viewer/src/about_tracing/
Dtracing_controller.js150 onClientInfoUpdate: function(clientInfo) { argument
151 this.clientInfo_ = clientInfo;
292 clientInfo: this.clientInfo_, property
/external/chromium_org/extensions/renderer/resources/
Dserial_service.js192 var clientInfo = serialConnectionClient.getClientInfo_();
193 for (var key in clientInfo) {
194 info[key] = clientInfo[key];