HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_EXPORT (Results 101 - 125 of 808) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/common/service_worker/
service_worker_status_code.h 8 #include "content/common/content_export.h"
47 CONTENT_EXPORT const char* ServiceWorkerStatusToString(
  /external/chromium_org/content/public/browser/android/
ui_resource_provider.h 9 #include "content/common/content_export.h"
15 class CONTENT_EXPORT UIResourceProvider {
  /external/chromium_org/content/public/browser/
browser_accessibility_state.h 10 #include "content/common/content_export.h"
17 class CONTENT_EXPORT BrowserAccessibilityState {
browser_main_parts.h 9 #include "content/common/content_export.h"
50 class CONTENT_EXPORT BrowserMainParts {
browser_main_runner.h 9 #include "content/common/content_export.h"
16 class CONTENT_EXPORT BrowserMainRunner {
download_interrupt_reasons.h 10 #include "content/common/content_export.h"
24 std::string CONTENT_EXPORT DownloadInterruptReasonToString(
histogram_fetcher.h 11 #include "content/common/content_export.h"
26 CONTENT_EXPORT void FetchHistogramsAsynchronously(
power_save_blocker.h 12 #include "content/common/content_export.h"
18 class CONTENT_EXPORT PowerSaveBlocker {
profiler_subscriber.h 8 #include "content/common/content_export.h"
17 class CONTENT_EXPORT ProfilerSubscriber {
render_process_host_observer.h 10 #include "content/common/content_export.h"
18 class CONTENT_EXPORT RenderProcessHostObserver {
zygote_host_linux.h 11 #include "content/common/content_export.h"
22 CONTENT_EXPORT static ZygoteHost* GetInstance();
access_token_store.h 21 #include "content/common/content_export.h"
54 CONTENT_EXPORT AccessTokenStore() {}
55 CONTENT_EXPORT virtual ~AccessTokenStore() {}
interstitial_page.h 8 #include "content/common/content_export.h"
45 CONTENT_EXPORT static InterstitialPage* Create(
53 CONTENT_EXPORT static InterstitialPage* GetInterstitialPage(
worker_service.h 11 #include "content/common/content_export.h"
27 CONTENT_EXPORT static WorkerService* GetInstance();
30 CONTENT_EXPORT static bool EmbeddedSharedWorkerEnabled();
  /external/chromium_org/content/public/common/
color_suggestion.h 9 #include "content/common/content_export.h"
20 struct CONTENT_EXPORT ColorSuggestion {
url_fetcher.h 8 #include "content/common/content_export.h"
20 CONTENT_EXPORT void AssociateURLFetcherWithRenderFrame(
resource_devtools_info.h 13 #include "content/common/content_export.h"
21 CONTENT_EXPORT ResourceDevToolsInfo();
32 CONTENT_EXPORT ~ResourceDevToolsInfo();
  /external/chromium_org/content/public/utility/
utility_thread.h 9 #include "content/common/content_export.h"
18 class CONTENT_EXPORT UtilityThread : public IPC::Sender {
  /external/chromium_org/content/renderer/compositor_bindings/
web_image_layer_impl.h 9 #include "content/common/content_export.h"
19 CONTENT_EXPORT WebImageLayerImpl();
  /external/chromium_org/content/browser/geolocation/
wifi_data.h 12 #include "content/common/content_export.h"
17 struct CONTENT_EXPORT AccessPointData {
39 struct CONTENT_EXPORT WifiData {
  /external/chromium_org/content/common/mac/
font_loader.h 11 #include "content/common/content_export.h"
48 CONTENT_EXPORT
62 CONTENT_EXPORT
  /external/chromium_org/content/browser/gpu/
gpu_process_host_ui_shim.h 20 #include "content/common/content_export.h"
60 CONTENT_EXPORT static void DestroyAll();
62 CONTENT_EXPORT static GpuProcessHostUIShim* FromID(int host_id);
66 CONTENT_EXPORT static GpuProcessHostUIShim* GetOneInstance();
77 CONTENT_EXPORT void SimulateRemoveAllContext();
78 CONTENT_EXPORT void SimulateCrash();
79 CONTENT_EXPORT void SimulateHang();
  /external/chromium_org/content/common/android/
address_parser_internal.h 11 #include "content/common/content_export.h"
21 struct CONTENT_EXPORT Word {
31 class CONTENT_EXPORT HouseNumberParser {
70 CONTENT_EXPORT bool FindStateStartingInWord(WordList* words,
76 CONTENT_EXPORT bool IsValidLocationName(const Word& word);
77 CONTENT_EXPORT bool IsZipValid(const Word& word, size_t state_index);
78 CONTENT_EXPORT bool IsZipValidForState(const Word& word, size_t state_index);
  /external/chromium_org/content/child/webcrypto/
shared_crypto.h 13 #include "content/common/content_export.h"
26 CONTENT_EXPORT void Init();
80 CONTENT_EXPORT Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
85 CONTENT_EXPORT Status Decrypt(const blink::WebCryptoAlgorithm& algorithm,
90 CONTENT_EXPORT Status Digest(const blink::WebCryptoAlgorithm& algorithm,
94 CONTENT_EXPORT scoped_ptr<blink::WebCryptoDigestor> CreateDigestor(
97 CONTENT_EXPORT Status
103 CONTENT_EXPORT Status
110 CONTENT_EXPORT Status ImportKey(blink::WebCryptoKeyFormat format,
117 CONTENT_EXPORT Status ExportKey(blink::WebCryptoKeyFormat format
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 23 CONTENT_EXPORT extern const unsigned char kMinimumIndexId;
25 CONTENT_EXPORT std::string MaxIDBKey();
26 CONTENT_EXPORT std::string MinIDBKey();
32 CONTENT_EXPORT void EncodeByte(unsigned char value, std::string* into);
33 CONTENT_EXPORT void EncodeBool(bool value, std::string* into);
34 CONTENT_EXPORT void EncodeInt(int64 value, std::string* into);
35 CONTENT_EXPORT void EncodeVarInt(int64 value, std::string* into);
36 CONTENT_EXPORT void EncodeString(const base::string16& value,
38 CONTENT_EXPORT void EncodeStringWithLength(const base::string16& value,
40 CONTENT_EXPORT void EncodeBinary(const std::string& value, std::string* into)
    [all...]

Completed in 179 milliseconds

1 2 3 45 6 7 8 91011>>