HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 501 - 525 of 6834) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/automation/
automation_extension_tracker.cc 2 // Use of this source code is governed by a BSD-style license that can be
26 const NotificationSource& source,
34 Profile* profile = Source<Profile>(source).ptr();
  /external/chromium/chrome/browser/
blocked_content_container.cc 2 // Use of this source code is governed by a BSD-style license that can be
107 void BlockedContentContainer::OpenURLFromTab(TabContents* source,
115 void BlockedContentContainer::AddNewContents(TabContents* source,
124 void BlockedContentContainer::CloseContents(TabContents* source) {
128 if (tab_contents == source) {
137 void BlockedContentContainer::MoveContents(TabContents* source,
141 if (i->tab_contents == source) {
148 bool BlockedContentContainer::IsPopup(const TabContents* source) const {
156 TabContents* source) {
  /external/chromium/chrome/browser/chromeos/login/
account_screen.h 2 // Use of this source code is governed by a BSD-style license that can be
53 virtual void NavigationStateChanged(const TabContents* source,
55 virtual void LoadingStateChanged(TabContents* source);
enterprise_enrollment_view.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 virtual void OpenURLFromTab(TabContents* source,
53 virtual void NavigationStateChanged(const TabContents* source,
55 virtual void AddNewContents(TabContents* source,
62 virtual void LoadingStateChanged(TabContents* source) {}
63 virtual void CloseContents(TabContents* source) {}
64 virtual bool IsPopup(TabContents* source) { return false; }
65 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
71 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
html_page_screen.h 2 // Use of this source code is governed by a BSD-style license that can be
70 virtual void LoadingStateChanged(TabContents* source);
71 virtual void NavigationStateChanged(const TabContents* source,
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.cc 2 // Use of this source code is governed by a BSD-style license that can be
43 const NotificationSource& source,
47 function_ = Source<ExtensionTestSendMessageFunction>(source).ptr();
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.h 2 // Use of this source code is governed by a BSD-style license that can be
36 const NotificationSource& source,
53 const NotificationSource& source,
  /external/chromium/chrome/browser/net/
net_log_logger.cc 2 // Use of this source code is governed by a BSD-style license that can be
26 const net::NetLog::Source& source,
30 source, phase,
  /external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.h 2 // Use of this source code is governed by a BSD-style license that can be
46 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) { }
50 virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
  /external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 2 // Use of this source code is governed by a BSD-style license that can be
23 Source<TabContents>(tab_contents_));
55 const NotificationSource& source,
58 DCHECK(source == Source<TabContents>(tab_contents_));
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 2 // Use of this source code is governed by a BSD-style license that can be
38 // aborted. The Tab that the user dragged (the "source tab") owns this object
131 virtual void OpenURLFromTab(TabContents* source,
136 virtual void NavigationStateChanged(const TabContents* source,
138 virtual void AddNewContents(TabContents* source,
145 virtual void LoadingStateChanged(TabContents* source) OVERRIDE;
146 virtual void CloseContents(TabContents* source) OVERRIDE;
147 virtual void MoveContents(TabContents* source,
149 virtual void UpdateTargetURL(TabContents* source, const GURL& url) OVERRIDE;
154 const NotificationSource& source,
    [all...]
  /external/chromium/net/udp/
udp_client_socket.cc 2 // Use of this source code is governed by a BSD-style license that can be
13 const net::NetLog::Source& source)
14 : socket_(net_log, source) {
udp_server_socket.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 const net::NetLog::Source& source)
11 : socket_(net_log, source) {
  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
97 CppVariant source; local
98 source.Set("test string");
99 CppVariant dest = source;
101 EXPECT_EQ(NPVariantType_String, source.type);
104 EXPECT_NE(source.value.stringValue.UTF8Characters,
107 CheckString(source, dest);
111 CppVariant source; local
113 source.Set(object)
126 CppVariant source; local
141 CppVariant source; local
158 CppVariant source; local
    [all...]
  /external/embunit/
Android.mk 5 # embUnit test framework source files
  /external/freetype/include/freetype/
ftbitmap.h 79 /* source :: A handle to the source bitmap. */
89 const FT_Bitmap *source,
145 /* source :: The source bitmap. */
167 const FT_Bitmap *source,
  /external/icu4c/i18n/
tblcoll.cpp 254 (const UnicodeString& source) const
257 CollationElementIterator *result = new CollationElementIterator(source, this,
273 (const CharacterIterator& source) const
276 CollationElementIterator *result = new CollationElementIterator(source, this,
336 const UnicodeString& source,
341 return getEComparisonResult(compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status));
345 const UnicodeString& source,
350 return compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status)
    [all...]
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
58 src = source;
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
67 src = source;
101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/openfst/src/script/
compile.cc 26 void CompileFst(istream &istrm, const string &source, const string &dest,
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 77 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
79 const UChar* sourceIterator = source;
80 const UChar* sourceEnd = source + sourceLength;
100 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
102 const UChar* sourceIterator = source;
103 const UChar* sourceEnd = source + sourceLength;
123 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
131 result[i] = foldCase(source[i]);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 85 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
87 const UChar* sourceIterator = source;
88 const UChar* sourceEnd = source + sourceLength;
109 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
111 const UChar* sourceIterator = source;
112 const UChar* sourceEnd = source + sourceLength;
133 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
141 result[i] = foldCase(source[i]);
  /external/webkit/Source/WebCore/inspector/
InjectedScriptManager.h 5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
57 pair<long, ScriptObject> injectScript(const String& source, ScriptState*);
70 ScriptObject createInjectedScript(const String& source, ScriptState*, long id);
  /external/webkit/Source/WebCore/inspector/front-end/
Script.js 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
46 function didGetScriptSource(error, source)
48 this._source = source;
  /external/webkit/Source/WebCore/platform/mac/
PlatformScreenMac.mm 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
97 NSRect toDeviceSpace(const FloatRect& rect, NSWindow *source)
100 if (source)
101 deviceRect.scale(windowScaleFactor(source)); // scale up
102 deviceRect.setY(NSMaxY([screenForWindow(source) frame]) - (deviceRect.y() + deviceRect.height())); // flip
  /external/webkit/Source/WebCore/svg/
SVGPathParser.h 43 void setCurrentSource(SVGPathSource* source) { m_source = source; }

Completed in 1732 milliseconds

<<21222324252627282930>>