OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stgmedium
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc
26
// Creates a new
STGMEDIUM
object to hold the specified text. The caller
29
static
STGMEDIUM
* GetStorageForBytes(const void* data, size_t bytes);
31
static
STGMEDIUM
* GetStorageForString(const std::basic_string<T>& data);
38
// Creates a new
STGMEDIUM
object to hold a file.
39
static
STGMEDIUM
* GetStorageForFileName(const base::FilePath& path);
40
static
STGMEDIUM
* GetIDListStorageForFileName(const base::FilePath& path);
43
static
STGMEDIUM
* GetStorageForFileDescriptor(const base::FilePath& path);
273
STGMEDIUM
* storage = GetStorageForString(data);
295
STGMEDIUM
* storage = GetStorageForString(x_moz_url_str);
323
STGMEDIUM
* storage = GetStorageForFileName(path)
[
all
...]
os_exchange_data_provider_win.h
56
HRESULT __stdcall GetData(FORMATETC* format_etc,
STGMEDIUM
* medium);
57
HRESULT __stdcall GetDataHere(FORMATETC* format_etc,
STGMEDIUM
* medium);
62
FORMATETC* format_etc,
STGMEDIUM
* medium, BOOL should_release);
98
STGMEDIUM
* medium;
102
StoredDataInfo(const FORMATETC& format_etc,
STGMEDIUM
* medium)
os_exchange_data_win_unittest.cc
30
STGMEDIUM
medium;
50
STGMEDIUM
medium;
86
STGMEDIUM
medium;
135
STGMEDIUM
medium;
162
STGMEDIUM
medium;
284
STGMEDIUM
medium;
328
STGMEDIUM
medium;
/external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc
32
STGMEDIUM
* medium) {
40
STGMEDIUM
medium;
86
STGMEDIUM
store;
173
STGMEDIUM
store;
211
STGMEDIUM
medium;
241
STGMEDIUM
store;
272
STGMEDIUM
store;
309
STGMEDIUM
content;
321
STGMEDIUM
description;
343
STGMEDIUM
store
[
all
...]
/external/chromium_org/chrome_frame/
bind_status_callback_impl.h
67
STGMEDIUM
* stgmed);
urlmon_bind_status_callback.h
112
STGMEDIUM
* stgmed);
bind_status_callback_impl.cc
137
FORMATETC* format_etc,
STGMEDIUM
* stgmed) {
urlmon_url_request_private.h
85
STGMEDIUM
* storage);
metrics_service.cc
207
// Initialize the
STGMEDIUM
.
208
memset(&bind_info->stgmedData, 0, sizeof(
STGMEDIUM
));
urlmon_bind_status_callback.cc
47
STGMEDIUM
medium = {0};
271
STGMEDIUM
* stgmed) {
http_negotiate.cc
77
STGMEDIUM
* storage) {
urlmon_url_request.cc
499
// Initialize the
STGMEDIUM
.
500
memset(&bind_info->stgmedData, 0, sizeof(
STGMEDIUM
));
524
STGMEDIUM
* storage) {
[
all
...]
/external/chromium_org/chrome_frame/test/
urlmon_moniker_unittest.cc
112
testing::Field(&
STGMEDIUM
::tymed, TYMED_ISTREAM)))
185
testing::Field(&
STGMEDIUM
::tymed, TYMED_ISTREAM)))
231
testing::Field(&
STGMEDIUM
::tymed, TYMED_ISTREAM)))
urlmon_moniker_tests.h
49
STGMEDIUM
* storage));
urlmon_moniker_integration_test.cc
127
memset(&bind_info->stgmedData, 0, sizeof(
STGMEDIUM
));
/external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip
Completed in 391 milliseconds