OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListValue
(Results
151 - 175
of
1584
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/json_schema_compiler/test/
objects_unittest.cc
14
scoped_ptr<
ListValue
> strings(new
ListValue
());
22
scoped_ptr<
ListValue
> params_value(new
ListValue
());
34
scoped_ptr<
ListValue
> strings(new
ListValue
());
41
scoped_ptr<
ListValue
> params_value(new
ListValue
());
52
scoped_ptr<
ListValue
> results = ReturnsObject::Results::Create(info);
64
scoped_ptr<
ListValue
> results(OnObjectFired::Create(object))
[
all
...]
crossref_unittest.cc
37
scoped_ptr<
ListValue
> params_value(new
ListValue
());
48
scoped_ptr<
ListValue
> params_value(new
ListValue
());
64
scoped_ptr<
ListValue
> results = GetTestType::Results::Create(*test_type);
72
scoped_ptr<
ListValue
> params_value(new
ListValue
());
86
scoped_ptr<
ListValue
> params_value(new
ListValue
());
97
scoped_ptr<
ListValue
> params_value(new ListValue())
[
all
...]
/external/chromium_org/chrome/browser/plugins/
plugin_finder_unittest.cc
12
using base::
ListValue
;
39
const
ListValue
* mime_types = NULL;
41
for (
ListValue
::const_iterator mime_type_it = mime_types->begin();
47
const
ListValue
* matching_mime_types = NULL;
49
for (
ListValue
::const_iterator it = matching_mime_types->begin();
55
const
ListValue
* versions = NULL;
59
for (
ListValue
::const_iterator it = versions->begin();
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.h
92
void HandleStart(const base::
ListValue
* args);
95
void HandleIsVisible(const base::
ListValue
* args);
98
void HandleRegisterDevice(const base::
ListValue
* args);
101
void HandleCancelRegistration(const base::
ListValue
* args);
104
void HandleRequestPrinterList(const base::
ListValue
* args);
108
void HandleOpenCloudPrintURL(const base::
ListValue
* args);
111
void HandleShowSyncUI(const base::
ListValue
* args);
153
void ShowCloudPrintSetupDialog(const
ListValue
* args);
154
void HandleDisableCloudPrintConnector(const
ListValue
* args);
/external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h
120
void RemoveGeolocationException(const base::
ListValue
* args,
123
void RemoveNotificationException(const base::
ListValue
* args,
126
void RemoveMediaException(const base::
ListValue
* args, size_t arg_index);
129
const base::
ListValue
* args,
138
void SetContentFilter(const base::
ListValue
* args);
143
void RemoveException(const base::
ListValue
* args);
147
void SetException(const base::
ListValue
* args);
151
void CheckExceptionPatternValidity(const base::
ListValue
* args);
180
base::
ListValue
* exceptions);
cookies_view_handler.h
47
void UpdateSearchResults(const base::
ListValue
* args);
50
void RemoveAll(const base::
ListValue
* args);
53
void Remove(const base::
ListValue
* args);
57
void LoadChildren(const base::
ListValue
* args);
65
void ReloadCookies(const base::
ListValue
* args);
media_galleries_handler.h
46
void HandleAddNewGallery(const base::
ListValue
* args);
49
void HandleInitializeMediaGalleries(const base::
ListValue
* args);
53
void HandleForgetGallery(const base::
ListValue
* args);
/external/chromium/chrome/browser/sync/
js_arg_list.cc
14
JsArgList::JsArgList(const
ListValue
& args)
22
const
ListValue
& JsArgList::Get() const {
34
JsArgList::SharedListValue::SharedListValue(const
ListValue
& list_value) {
37
scoped_ptr<
ListValue
> list_value_copy(list_value.DeepCopy());
49
const
ListValue
& JsArgList::SharedListValue::Get() const {
sync_ui_util.h
17
class
ListValue
;
61
void AddBoolSyncDetail(
ListValue
* details,
69
void AddIntSyncDetail(
ListValue
* details,
/external/chromium/chrome/browser/ui/webui/
history2_ui.h
51
void HandleGetHistory(const
ListValue
* args);
54
void HandleSearchHistory(const
ListValue
* args);
57
void HandleRemoveURLsOnOneDay(const
ListValue
* args);
60
void HandleClearBrowsingData(const
ListValue
* args);
71
void ExtractSearchHistoryArguments(const
ListValue
* args,
history_ui.h
47
void HandleGetHistory(const
ListValue
* args);
50
void HandleSearchHistory(const
ListValue
* args);
53
void HandleRemoveURLsOnOneDay(const
ListValue
* args);
56
void HandleClearBrowsingData(const
ListValue
* args);
67
void ExtractSearchHistoryArguments(const
ListValue
* args,
/external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_win.cc
29
ListValue
* FontSettingsUtilities::GetFontsList() {
41
ListValue
* font_list = new
ListValue
;
44
ListValue
* font_item = new
ListValue
();
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h
121
void HandleGetPrinters(const base::
ListValue
* args);
124
void HandleGetPrivetPrinters(const base::
ListValue
* args);
128
void HandleGetPreview(const base::
ListValue
* args);
132
void HandlePrint(const base::
ListValue
* args);
136
void HandleHidePreview(const base::
ListValue
* args);
139
void HandleCancelPendingPrintRequest(const base::
ListValue
* args);
143
void HandleSaveAppState(const base::
ListValue
* args);
146
void HandleGetPrinterCapabilities(const base::
ListValue
* args);
150
void HandleShowSystemDialog(const base::
ListValue
* args);
157
void HandleSignin(const base::
ListValue
* args)
[
all
...]
/external/chromium_org/content/common/
font_list_win.cc
32
scoped_ptr<base::
ListValue
> GetFontList_SlowBlocking() {
44
scoped_ptr<base::
ListValue
> font_list(new base::
ListValue
);
47
base::
ListValue
* font_item = new base::
ListValue
();
/external/chromium/chrome/browser/extensions/
extension_i18n_api.cc
29
result_.reset(new
ListValue
());
41
static_cast<
ListValue
*>(result_.get())->
50
if (static_cast<
ListValue
*>(result_.get())->GetSize() == 0) {
/external/chromium/chrome/common/
json_schema_validator_unittest_base.h
11
class
ListValue
;
33
ListValue
* types) = 0;
37
ListValue
* types,
/external/chromium_org/chrome/browser/chromeos/net/
onc_utils.h
17
class
ListValue
;
43
base::
ListValue
* network_configs);
46
const base::
ListValue
& network_configs,
/external/chromium_org/chrome/browser/extensions/api/idltest/
idltest_api.cc
13
base::
ListValue
* CopyBinaryValueToIntegerList(const BinaryValue* input) {
14
base::
ListValue
* output = new base::
ListValue
();
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_error_handler.h
16
class
ListValue
;
45
void HandleRequestFileSource(const base::
ListValue
* args);
47
void HandleOpenDevTools(const base::
ListValue
* args);
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.h
22
class
ListValue
;
43
void StartFetch(const base::
ListValue
* list);
67
base::
ListValue
* processes);
/external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.h
21
class
ListValue
;
54
base::
ListValue
* GetPageValues();
102
scoped_ptr<base::
ListValue
> page_values_;
/external/chromium_org/chrome/test/chromedriver/
logging.h
18
class
ListValue
;
36
// Returns entries accumulated so far, as a
ListValue
ready for serialization
38
// The caller assumes ownership of the
ListValue
, and the WebDriverLog
39
// creates and owns a new empty
ListValue
for further accumulation.
40
scoped_ptr<base::
ListValue
> GetAndClearEntries();
55
scoped_ptr<base::
ListValue
> entries_; // Accumulated entries.
/external/chromium_org/components/json_schema/
json_schema_validator_unittest_base.h
12
class
ListValue
;
36
base::
ListValue
* types) = 0;
41
base::
ListValue
* types,
/external/chromium_org/content/browser/webui/
web_ui_message_handler.cc
14
bool WebUIMessageHandler::ExtractIntegerValue(const
ListValue
* value,
28
bool WebUIMessageHandler::ExtractDoubleValue(const
ListValue
* value,
39
base::string16 WebUIMessageHandler::ExtractStringValue(const
ListValue
* value) {
/external/chromium_org/chrome/browser/policy/
url_blacklist_manager.h
24
class
ListValue
;
45
void AddFilters(bool allow, const base::
ListValue
* filters);
50
void Block(const base::
ListValue
* filters);
54
void Allow(const base::
ListValue
* filters);
160
void UpdateOnIO(scoped_ptr<base::
ListValue
> block,
161
scoped_ptr<base::
ListValue
> allow);
Completed in 286 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>