Searched defs:ClientInfo (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/metrics/
H A Dclient_info.cc9 ClientInfo::ClientInfo() : installation_date(0), reporting_enabled_date(0) {} function in class:metrics::ClientInfo
11 ClientInfo::~ClientInfo() {}
H A Dclient_info.h17 struct ClientInfo { struct in namespace:metrics
19 ClientInfo();
20 ~ClientInfo();
33 DISALLOW_COPY_AND_ASSIGN(ClientInfo);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dmain.js16 var ClientInfo = null; variable
307 ClientInfo = Constants.clientInfo;
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl.h101 struct ClientInfo { struct in class:content::VideoCaptureImpl
102 ClientInfo();
103 ~ClientInfo();
108 typedef std::map<int, ClientInfo> ClientInfoMap;
H A Dvideo_capture_impl.cc42 VideoCaptureImpl::ClientInfo::ClientInfo() {} function in class:content::VideoCaptureImpl::ClientInfo
43 VideoCaptureImpl::ClientInfo::~ClientInfo() {}
88 ClientInfo client_info;
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_server.h144 struct ClientInfo { struct in namespace:sandbox
153 const ClientInfo* client_info;
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.cc133 struct ClientInfo { struct in class:gpu::gles2::__anon8442::NativeImageBufferEGL
134 ClientInfo(gfx::GLImage* client);
135 ~ClientInfo();
140 std::list<ClientInfo> client_infos_;
173 NativeImageBufferEGL::ClientInfo::ClientInfo(gfx::GLImage* client) function in class:gpu::gles2::__anon8442::NativeImageBufferEGL::ClientInfo
176 NativeImageBufferEGL::ClientInfo::~ClientInfo() {}
196 client_infos_.push_back(ClientInfo(client));
203 for (std::list<ClientInfo>
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc220 struct WebPluginImpl::ClientInfo { struct in class:content::WebPluginImpl
891 ClientInfo* client_info = GetClientInfoFromLoader(loader);
897 WebPluginImpl::ClientInfo* WebPluginImpl::GetClientInfoFromLoader(
913 WebPluginImpl::ClientInfo* client_info = GetClientInfoFromLoader(loader);
969 ClientInfo* client_info = GetClientInfoFromLoader(loader);
976 ClientInfo* client_info = GetClientInfoFromLoader(loader);
1055 ClientInfo* client_info = GetClientInfoFromLoader(loader);
1081 ClientInfo* client_info = GetClientInfoFromLoader(loader);
1088 ClientInfo* client_info = GetClientInfoFromLoader(loader);
1099 // The ClientInfo ca
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 636 milliseconds