OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsValue
(Results
51 - 69
of
69
) sorted by null
1
2
3
/external/chromium_org/cc/trees/
layer_tree_host_impl.h
150
scoped_ptr<base::Value>
AsValue
() const;
390
scoped_ptr<base::Value>
AsValue
() const { return AsValueWithFrame(NULL); }
single_thread_proxy.cc
408
scoped_ptr<base::Value> SingleThreadProxy::
AsValue
() const {
412
// setting debug state. We still want the
AsValue
() function and its
417
layer_tree_host_impl_->
AsValue
().release());
layer_tree_impl.h
96
scoped_ptr<base::Value>
AsValue
() const;
thread_proxy.h
66
virtual scoped_ptr<base::Value>
AsValue
() const OVERRIDE;
layer_tree_impl.cc
638
scoped_ptr<base::Value> LayerTreeImpl::
AsValue
() const {
643
state->Set("root_layer", root_layer_->
AsValue
().release());
layer_tree_host.h
265
scoped_ptr<base::Value>
AsValue
() const;
layer_tree_host_impl.cc
519
scoped_ptr<base::Value> LayerTreeHostImpl::FrameData::
AsValue
() const {
532
render_pass_list->Append(render_passes[i]->
AsValue
().release());
[
all
...]
layer_tree_host.cc
[
all
...]
thread_proxy.cc
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl.cc
[
all
...]
tiled_layer_impl.cc
98
state->Set("invalidation", MathUtil::
AsValue
(update_rect()).release());
layer_impl.h
514
scoped_ptr<base::Value>
AsValue
() const;
nine_patch_layer_impl.cc
362
result->Set("Border", MathUtil::
AsValue
(border_).release());
/external/chromium_org/cc/scheduler/
scheduler.cc
330
TracedValue::FromValue(state_machine_.
AsValue
().release()));
/external/chromium_org/cc/resources/
picture_pile_base.cc
233
scoped_ptr<base::Value> PicturePileBase::
AsValue
() const {
picture_layer_tiling.cc
638
scoped_ptr<base::Value> PictureLayerTiling::
AsValue
() const {
643
MathUtil::
AsValue
(ContentRect().size()).release());
tile_manager.cc
554
state->Set("global_state", global_state_.
AsValue
().release());
564
state->Append(it->second->
AsValue
().release());
[
all
...]
/external/chromium_org/extensions/browser/
event_router.cc
114
args.Set(2, info.
AsValue
().release());
Completed in 199 milliseconds
1
2
3