HomeSort by relevance Sort by last modified time
    Searched refs:Attach (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/browser/
devtools_external_agent_proxy_delegate.h 18 virtual void Attach() = 0;
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
mock_login_ui_handler.h 19 MOCK_METHOD1(Attach,
login_ui.cc 66 WebUIMessageHandler* LoginUIHandler::Attach(WebUI* web_ui) {
67 return WebUIMessageHandler::Attach(web_ui);
114 AddMessageHandler(handler->Attach(this));
  /external/sfntly/cpp/src/sample/subtly/
subsetter.cc 42 font_.Attach(LoadFont(font_path));
50 font_info.Attach(info_builder->GetFontInfo());
63 font_subset.Attach(font_assembler->Assemble());
debug_main.cc 46 font.Attach(subtly::LoadFont(input_font_path));
51 new_font.Attach(subsetter->Subset());
merger_main.cc 52 font.Attach(LoadFont(argv[i]));
59 new_font.Attach(merger->Merge());
utils.cc 31 font_factory.Attach(FontFactory::GetInstance());
39 font_factory.Attach(FontFactory::GetInstance());
65 font_factory.Attach(FontFactory::GetInstance());
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.cc 39 Attach(socket);
46 void AsyncSocketAdapter::Attach(AsyncSocket* socket) {
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_apitest.cc 85 Attach();
89 void Attach() {
123 // No listeners, attach and detach a couple times.
127 // Add attach listener.
130 // Attach / detach
135 Attach();
139 // Attach / detach
140 Attach();
145 // Remove attach listener.
148 // No listeners, attach and detach a couple times
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncsocket.cc 39 Attach(socket);
46 void AsyncSocketAdapter::Attach(AsyncSocket* socket) {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.h 23 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
cloud_print_setup_message_handler.cc 12 WebUIMessageHandler* CloudPrintSetupMessageHandler::Attach(WebUI* web_ui) {
14 flow_->Attach(web_ui);
15 return WebUIMessageHandler::Attach(web_ui);
  /external/chromium/chrome/browser/ui/webui/
ntp_login_handler.h 22 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
ntp_login_handler.cc 24 WebUIMessageHandler* NTPLoginHandler::Attach(WebUI* web_ui) {
28 return WebUIMessageHandler::Attach(web_ui);
print_preview_ui.cc 19 AddMessageHandler(handler->Attach(this));
new_tab_page_sync_handler.h 26 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
  /external/chromium_org/content/browser/devtools/
ipc_devtools_agent_host.h 19 virtual void Attach() OVERRIDE;
devtools_external_agent_proxy_impl.cc 29 virtual void Attach() OVERRIDE {
30 delegate_->Attach();
  /external/sfntly/cpp/src/test/
cmap_editing_test.cc 38 font_factory.Attach(FontFactory::GetInstance());
62 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
70 font_factory.Attach(FontFactory::GetInstance());
78 font_builder.Attach(font_factory->NewFontBuilder());
85 cmap.Attach(cmap_iter.Next());
92 new_font.Attach(font_builder->Build());
97 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
font_parsing_test.cc 39 factory.Attach(FontFactory::GetInstance());
64 wfd.Attach(gdef_builder->Data());
90 wfd1.Attach(builder1->Data());
92 wfd2.Attach(builder2->Data());
103 factory.Attach(FontFactory::GetInstance());
108 font.Attach(font_builder->Build());
121 factory.Attach(FontFactory::GetInstance());
126 font.Attach(font_builder->Build());
serialization_test.cc 30 factory1.Attach(FontFactory::GetInstance());
35 factory2.Attach(FontFactory::GetInstance());
41 intermediate.Attach(font_builder->Build());
45 factory3.Attach(FontFactory::GetInstance());
48 is.Attach(os.Get(), os.Size());
96 factory1.Attach(FontFactory::GetInstance());
101 factory2.Attach(FontFactory::GetInstance());
107 intermediate.Attach(font_builder->Build());
111 factory3.Attach(FontFactory::GetInstance());
114 is.Attach(os.Get(), os.Size())
    [all...]
  /external/lzma/CPP/Windows/
Handle.h 26 void Attach(HANDLE handle) { _handle = handle; }
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 60 factory.Attach(FontFactory::GetInstance());
81 font_builder.Attach(subsetter->Subset());
84 new_font.Attach(font_builder->Build());
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 49 font.Attach(LoadSingleOTF(pbis));
57 wfd.Attach(WritableFontData::CreateWritableFontData(b));
63 font.Attach(LoadSingleOTF(wfd));
77 builder.Attach(LoadSingleOTFForBuilding(pbis));
86 wfd.Attach(WritableFontData::CreateWritableFontData(b));
92 builder.Attach(LoadSingleOTFForBuilding(wfd, 0));
113 builder.Attach(LoadSingleOTFForBuilding(is));
119 builder.Attach(LoadSingleOTFForBuilding(wfd, 0));
130 font.Attach((*builder)->Build());
143 font.Attach((*builder)->Build())
    [all...]
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));

Completed in 230 milliseconds

1 2 3 4 5 6 7 8 91011>>