Searched refs:translate (Results 426 - 450 of 1271) sorted by relevance

<<11121314151617181920>>

/external/skia/gm/
H A Dcoloremoji.cpp71 canvas->translate(10, 160);
105 canvas->translate(0, bounds.height() + SkIntToScalar(25));
H A Dcomposeshader.cpp121 canvas->translate(r.width() + 5, 0);
124 canvas->translate(0, r.height() + 5);
/external/skia/samplecode/
H A DSampleMeasure.cpp85 canvas->translate(0, dy);
110 canvas->translate(fPaint.getTextSize(), fPaint.getTextSize());
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestMessages.java67 translator.translate();
/external/chromium_org/components/infobars/core/
H A Dinfobar_delegate.cc87 translate::TranslateInfoBarDelegate*
/external/chromium_org/components/translate/core/browser/
H A Dlanguage_state.cc5 #include "components/translate/core/browser/language_state.h"
8 #include "components/translate/core/browser/translate_driver.h"
10 namespace translate { namespace
68 // The user is in the same translate session if
111 // With the translation done, the translate feature must be enabled.
116 } // namespace translate
H A Dlanguage_state.h12 namespace translate { namespace
20 // This auto-translate behavior is the expected behavior when:
35 // offer to translate the page.
62 // Whether the user has already declined to translate the page.
70 // Whether the translate is enabled.
99 // Whether it is OK to offer to translate the page. Some pages explictly
105 // This is needed to avoid sending duplicate translate requests to a page.
112 // Whether the user has declined to translate the page (by closing the infobar
126 } // namespace translate
H A Dtranslate_browser_metrics.cc5 #include "components/translate/core/browser/translate_browser_metrics.h"
14 namespace translate { namespace
98 } // namespace translate
H A Dtranslate_download_manager.h12 #include "components/translate/core/browser/translate_language_list.h"
13 #include "components/translate/core/browser/translate_script.h"
20 namespace translate { namespace
22 // Manages the downloaded resources for Translate, such as the translate script
48 // The translate script.
52 // the translate server. This is a NOOP if switches::kDisableTranslate is set
56 // Fetches the language list from the translate server.
59 // Fills |languages| with the list of languages that the translate server can
60 // translate to and from.
82 // Clears the translate scrip
[all...]
H A Dtranslate_language_list.h18 namespace translate { namespace
36 // Fills |languages| with the list of languages that the translate server can
37 // translate to and from. |languages| will include alpha languages.
53 // Fetches the language list from the translate server if resource requests
65 // Registers a callback for translate events related to the language list,
84 // Notifies the callback list of a translate event.
87 // Parses |language_list| containing the list of languages that the translate
88 // server can translate to and from.
94 // Callbacks called on translate events.
119 } // namespace translate
[all...]
H A Dtranslate_script.h17 namespace translate { namespace
31 // Returns the feched the translate script.
35 // Delay after which the translate script is fetched again from the
41 // Clears the translate script, so it will be fetched next time we translate.
44 // Fetches the JS translate script (the script that is injected in the page
45 // to translate it).
76 // URL fetcher to fetch the translate script.
82 // Delay after which the translate script is fetched again from the translate
[all...]
H A Dtranslate_ui_delegate.h15 #include "components/translate/core/common/translate_errors.h"
17 namespace translate { namespace
133 } // namespace translate
H A Dtranslate_url_fetcher.cc5 #include "components/translate/core/browser/translate_url_fetcher.h"
7 #include "components/translate/core/browser/translate_download_manager.h"
13 namespace translate { namespace
86 } // namespace translate
/external/chromium_org/components/translate/core/browser/resources/
H A Dtranslate.js6 // It is executed in an isolated world of a page to translate it from one
57 * An error code happened in translate.js and the Translate Element library.
124 // We failed to translate, restore so the page is in a consistent state.
138 * The translate function should only be called when |libReady| is true.
146 * Whether the current translate has finished successfully.
173 * the translate function was 'auto'. Is empty otherwise.
182 return 'und'; // Defined as translate::kUnknownLanguageCode in C++.
224 * @return {boolean} False if the translate library was not ready, in which
227 translate: function(originalLang, targetLang) {
258 lib = google.translate
[all...]
/external/chromium_org/components/translate/core/common/
H A Dtranslate_metrics.h12 namespace translate { namespace
52 // Scheme type of pages Chrome is going to translate.
102 } // namespace translate
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.cc127 float translate = 0.f; local
139 translate = owner_->bounds().width() +
144 translate = std::min(delta_x_ - active_start_threshold_,
155 transform.Translate(translate, 0);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrixReadOnly.h48 DOMMatrix* translate(double tx, double ty, double tz = 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestingTransformState.h41 // with TransformState. There are some minor differences (like the way translate() works slightly
56 void translate(int x, int y, TransformAccumulation);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextFragment.h81 // Returns (translate(x, y) * result) * translate(-x, -y).
84 result.translate(-x, -y);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMatrixTearOff.h75 PassRefPtr<SVGMatrixTearOff> translate(double tx, double ty);
H A DSVGTransform.cpp98 m_matrix.translate(tx, ty);
101 FloatPoint SVGTransform::translate() const function in class:blink::SVGTransform
129 m_matrix.translate(cx, cy);
131 m_matrix.translate(-cx, -cy);
164 DEFINE_STATIC_LOCAL(String, translateString, ("translate("));
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp78 transform.translate(dest.x() - source.x(), dest.y() - source.y());
141 resultImage->context()->translate(-paintLocation.x(), -paintLocation.y());
168 resultImage->context()->translate(destRect.x(), destRect.y());
207 transform.translate(dstRect.x(), dstRect.y());
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPHeaderMap.cpp78 static void translate(AtomicString& location, const char* cString, unsigned /*hash*/) function in struct:blink::CaseFoldingCStringTranslator
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.h24 static Matrix4 translate(const Vector3 &t);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTranslatorGLSL.cpp28 void TranslatorGLSL::translate(TIntermNode* root) { function in class:TranslatorGLSL
58 // but some we need to translate.

Completed in 6371 milliseconds

<<11121314151617181920>>