Home
last modified time | relevance | path

Searched refs:Embed (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
Dview_manager_unittest.cc340 ViewManager* Embed(ViewManager* view_manager, Node* node) { in Embed() function in mojo::view_manager::ViewManagerTest
342 node->Embed(kEmbeddedApp1URL); in Embed()
426 TEST_F(ViewManagerTest, Embed) { in TEST_F() argument
429 ViewManager* embedded = Embed(window_manager(), node); in TEST_F()
443 ViewManager* embedded = Embed(window_manager(), node); in TEST_F()
457 ViewManager* embedded = Embed(window_manager(), node1); in TEST_F()
487 ViewManager* embedded = Embed(window_manager(), node); in TEST_F()
505 ViewManager* embedded = Embed(window_manager(), node); in TEST_F()
524 ViewManager* embedded = Embed(window_manager(), node); in TEST_F()
540 ViewManager* embedded = Embed(window_manager(), node); in TEST_F()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeBidi.h33 Embed, enumerator
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME39 You should make sure libperl and ExtUtils/Embed.pm are installed first
40 e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.
/external/chromium_org/mojo/services/public/cpp/view_manager/
Dnode.h72 void Embed(const String& url);
/external/chromium_org/mojo/examples/nesting_app/
Dnesting_app.cc83 nested_->Embed(kEmbeddedAppURL); in OnRootAdded()
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dnode.cc361 void Node::Embed(const String& url) { in Embed() function in mojo::view_manager::Node
362 static_cast<ViewManagerClientImpl*>(manager_)->Embed(url, id_); in Embed()
Dview_manager_client_impl.h61 void Embed(const String& url, Id node_id);
Dview_manager_client_impl.cc466 service()->Embed(url_, Array<Id>::From(ids), ActionCompletedCallback()); in DoCommit()
611 void ViewManagerClientImpl::Embed(const String& url, Id node_id) { in Embed() function in mojo::view_manager::ViewManagerClientImpl
/external/chromium_org/mojo/services/view_manager/
Droot_node_manager.h101 void Embed(ConnectionSpecificId creator_id,
Dview_manager_unittest.cc157 bool Embed(const std::vector<Id>& nodes) { in Embed() function in mojo::view_manager::service::__anonfddccad20111::ViewManagerProxy
161 view_manager_->Embed(kTestServiceURL, Array<Id>::From(nodes), in Embed()
456 ASSERT_TRUE(connection_->Embed(node_ids)); in EstablishSecondConnectionWithRoots()
1323 ASSERT_FALSE(connection_->Embed(node_ids)); in TEST_F()
1330 ASSERT_TRUE(connection_->Embed(node_ids)); in TEST_F()
Dview_manager_service_impl.h206 virtual void Embed(const mojo::String& url,
Droot_node_manager.cc88 void RootNodeManager::Embed(ConnectionSpecificId creator_id, in Embed() function in mojo::view_manager::service::RootNodeManager
Dview_manager_service_impl.cc733 void ViewManagerServiceImpl::Embed(const String& url, in Embed() function in mojo::view_manager::service::ViewManagerServiceImpl
744 root_node_manager_->Embed(id_, url, node_ids); in Embed()
/external/chromium_org/mojo/examples/window_manager/
Dwindow_manager.cc189 embedded->Embed(url); in CreateChild()
/external/chromium_org/mojo/services/public/interfaces/view_manager/
Dview_manager.mojom117 // If a particular client invokes Embed() multiple times with the same url,
120 Embed(string url, uint32[] nodes) => (bool success);
/external/icu/icu4c/source/samples/msgfmt/
DREADME.TXT80 EXTRA: Embed a number element within the choice element to handle
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
DMakefile287 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
290 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineIterator.h125 if (unicodeBidi == Embed) in embedCharFromDirection()
/external/jemalloc/
DINSTALL26 Embed one or more library paths, so that libjemalloc can find the libraries
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2516 case Embed: in CSSPrimitiveValue()
2541 return Embed; in EUnicodeBidi()
/external/elfutils/0.153/po/
Den@boldquot.po5890 msgid "Embed name FILE instead of -f argument"
5891 msgstr "Embed name FILE instead of -f argument"
Den@quot.po5853 msgid "Embed name FILE instead of -f argument"
5854 msgstr "Embed name FILE instead of -f argument"
Delfutils.pot5472 msgid "Embed name FILE instead of -f argument"
Dde.po5511 msgid "Embed name FILE instead of -f argument"
Dja.po5762 msgid "Embed name FILE instead of -f argument"

12