OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEBKIT_USER_AGENT_EXPORT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/common/user_agent/
webkit_user_agent_export.h
12
#define
WEBKIT_USER_AGENT_EXPORT
__declspec(dllexport)
14
#define
WEBKIT_USER_AGENT_EXPORT
__declspec(dllimport)
19
#define
WEBKIT_USER_AGENT_EXPORT
__attribute__((visibility("default")))
21
#define
WEBKIT_USER_AGENT_EXPORT
26
#define
WEBKIT_USER_AGENT_EXPORT
user_agent_util.h
11
#include "webkit/common/user_agent/
webkit_user_agent_export
.h"
16
WEBKIT_USER_AGENT_EXPORT
std::string BuildOSCpuInfo();
19
WEBKIT_USER_AGENT_EXPORT
std::string GetWebKitVersion();
22
WEBKIT_USER_AGENT_EXPORT
int GetWebKitMajorVersion();
23
WEBKIT_USER_AGENT_EXPORT
int GetWebKitMinorVersion();
25
WEBKIT_USER_AGENT_EXPORT
std::string GetWebKitRevision();
29
WEBKIT_USER_AGENT_EXPORT
std::string BuildUserAgentFromProduct(
34
WEBKIT_USER_AGENT_EXPORT
std::string BuildUserAgentFromOSAndProduct(
user_agent.h
12
#include "webkit/common/user_agent/
webkit_user_agent_export
.h"
20
WEBKIT_USER_AGENT_EXPORT
void SetUserAgent(const std::string& user_agent,
25
WEBKIT_USER_AGENT_EXPORT
const std::string& GetUserAgent(const GURL& url);
Completed in 50 milliseconds