HomeSort by relevance Sort by last modified time
    Searched refs:Embed (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeBidi.h 33 Embed,
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 340 ViewManager* Embed(ViewManager* view_manager, Node* node) {
342 node->Embed(kEmbeddedApp1URL);
414 // Used to receive the most recent view manager loaded by an embed action.
426 TEST_F(ViewManagerTest, Embed) {
429 ViewManager* embedded = Embed(window_manager(), node);
443 ViewManager* embedded = Embed(window_manager(), node);
457 ViewManager* embedded = Embed(window_manager(), node1);
487 ViewManager* embedded = Embed(window_manager(), node);
505 ViewManager* embedded = Embed(window_manager(), node);
524 ViewManager* embedded = Embed(window_manager(), node)
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/
node.h 72 void Embed(const String& url);
  /external/chromium_org/mojo/examples/nesting_app/
nesting_app.cc 83 nested_->Embed(kEmbeddedAppURL);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_client_impl.h 61 void Embed(const String& url, Id node_id);
node.cc 361 void Node::Embed(const String& url) {
362 static_cast<ViewManagerClientImpl*>(manager_)->Embed(url, id_);
view_manager_client_impl.cc 466 service()->Embed(url_, Array<Id>::From(ids), ActionCompletedCallback());
611 void ViewManagerClientImpl::Embed(const String& url, Id node_id) {
  /external/chromium_org/mojo/services/view_manager/
root_node_manager.h 99 // See description of ViewManagerService::Embed() for details. This assumes
101 void Embed(ConnectionSpecificId creator_id,
177 // Implementation of the two embed variants.
view_manager_service_impl.h 206 virtual void Embed(const mojo::String& url,
view_manager_unittest.cc 157 bool Embed(const std::vector<Id>& nodes) {
161 view_manager_->Embed(kTestServiceURL, Array<Id>::From(nodes),
227 // Embed() runs its own run loop that is quit when the result is
228 // received. Embed() also results in a new instance. If we quit here while
229 // waiting for a Embed() we would prematurely return before we got the
230 // result from Embed().
360 // Used with ViewManagerService::Embed(). Creates a
398 // Embed() call and |run_loop| the nested RunLoop.
456 ASSERT_TRUE(connection_->Embed(node_ids));
    [all...]
root_node_manager.cc 88 void RootNodeManager::Embed(ConnectionSpecificId creator_id,
view_manager_service_impl.cc 733 void ViewManagerServiceImpl::Embed(const String& url,
744 root_node_manager_->Embed(id_, url, node_ids);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
math_shifter.js 149 // TODO (sorge) Embed these changes into a local context menu/options menu.
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 189 embedded->Embed(url);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 662 --normalize Embed the normalization directive in the output file
663 --check-bidi Embed the check bidi directove in the output file
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 662 --normalize Embed the normalization directive in the output file
663 --check-bidi Embed the check bidi directove in the output file
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 287 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/
InlineIterator.h 125 if (unicodeBidi == Embed)
154 observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
171 // Otherwise we pop any embed/override character we added when we opened this tag.
173 observer->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM);
596 void embed(WTF::Unicode::Direction, BidiEmbeddingSource) { } function in class:WebCore::IsolateTracker
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 887 // behaves similarly for HTML{Applet,Embed,Object}, Elements and RegExps. We
    [all...]

Completed in 564 milliseconds