HomeSort by relevance Sort by last modified time
    Searched full:custom (Results 51 - 75 of 2871) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/canvas/
DataView.idl 37 // We have to use custom code because our code generator does not support int8_t type.
40 [Custom] DOMObject getInt8()
42 [Custom] DOMObject getUint8()
54 // Use custom code to handle NaN case for JSC.
60 // We have to use custom code because our code generator does not support uint8_t type.
63 [Custom] void setInt8()
65 [Custom] void setUint8()
  /frameworks/base/docs/html/training/custom-views/
index.jd 1 page.title=Creating Custom Views
20 <li><a href="{@docRoot}/guide/topics/ui/custom-components.html">Custom Components</a>
51 <dd>Create a class that acts like a built-in view, with custom
55 <dt><b><a href="custom-drawing.html">Custom Drawing</a></b></dt>
68 custom drawings run faster.
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
IProjectCallback.java 27 * resource resolution, namespace information, and instantiation of custom view.
49 * Loads a custom view with the given constructor signature and arguments.
63 * <p/>This lets the Layout Lib load custom attributes for custom views.
97 * Returns a custom parser for the layout of the given name.
99 * @return returns a custom parser or null if no custom parsers are needed.
107 * Returns a custom parser for a given layout.
109 * @return returns a custom parser or null if no custom parsers are needed
    [all...]
  /external/chromium/base/
file_version_info_unittest.cc 124 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 1", &str));
126 EXPECT_EQ(L"Un", version_info_win->GetStringValue(L"Custom prop 1"));
128 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 2", &str));
130 EXPECT_EQ(L"Deux", version_info_win->GetStringValue(L"Custom prop 2"));
132 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 3", &str));
135 version_info_win->GetStringValue(L"Custom prop 3"));
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 30 // send custom event
40 // send custom event
52 // send custom event
  /external/webkit/Source/WebCore/dom/
Clipboard.idl 37 [Custom] void clearData(in [Optional] DOMString type)
39 [Custom] void getData(in DOMString type)
43 [Custom] void setDragImage(in HTMLImageElement image, in long x, in long y)
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.idl 37 [Custom] DOMString toDataURL(in [ConvertUndefinedOrNullToNullString] DOMString type)
42 // The custom binding is needed to handle context creation attributes.
43 [Custom] DOMObject getContext(in DOMString contextId);
  /frameworks/base/core/java/android/widget/
package.html 7 create. Here is a list of files you'll need to create to implement a custom
22 ApiDemos sample application has an example of creating a custom layout XML
24 a custom widget:</p>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 32 * Example of how to use a custom title {@link android.view.Window#FEATURE_CUSTOM_TITLE}.
35 <p>This demonstrates how a custom title can be used.</p>
38 App/Title/Custom Title
44 * <td >The Custom Title implementation</td>
  /development/samples/Snake/
_index.html 6 <p>This code demonstrates how to create custom View layouts and
  /development/samples/SpellChecker/HelloSpellChecker/
_index.html 5 <p>For an example that implements a custom spell checker service, see the <a href="../SampleSpellCheckerService/index.html">Spell Checker</a> sample app.</p>
  /development/samples/Wiktionary/
_index.html 6 frame. Touching the widget will launch a custom application activity showing
  /external/chromium/chrome/browser/ui/cocoa/
background_tile_view.h 11 // A custom view that draws a image tiled as the background. This isn't meant
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 11 // A custom WebUI that defines datasource for mobile setup registration page
register_page_ui.h 11 // A custom WebUI that defines datasource for host registration page that
sim_unlock_ui.h 13 // A custom WebUI that defines datasource for SIM unlock dialog that is used
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
options.html 41 #custom-domain {
55 <div class="section-header first">Custom Domain</div>
58 https://mail.google.com/<input type="text" id="custom-domain" oninput="markDirty()">
74 customDomainsTextbox = document.getElementById("custom-domain");
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 19 * Stores maximum count of custom topics.
24 * Stores temporary added custom topics which are not yet saved.
122 // Adds a custom topic on press of Enter key.
181 // Retrieves list of custom topics from localstorage(if any) and shows it
186 // Template to store custom topics in a table.
210 // Check all checkboxes(default settings) if no custom topic list and
229 * Saves checked topic list(if any), Custom topics(if any), number of
248 // Saves custom topics to local storage(if any).
292 * Adds new entered custom topic.
295 // Retrieves custom topic list from local storage(if any), else create ne
    [all...]
  /external/chromium/webkit/glue/
webcursor_gtk.cc 22 // It attempts to create a custom cursor from the data inlined in
29 const CustomCursor& custom = CustomCursors[type]; local
30 cursor = gdk_cursor_new_from_name(gdk_display_get_default(), custom.name);
34 GdkPixmap* source = gdk_bitmap_create_from_data(NULL, custom.bits,
36 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, custom.mask_bits,
39 custom.hot_x, custom.hot_y);
48 // use a custom cursor.
50 // Get/create a custom cursor which is invisible.
  /external/webkit/PerformanceTests/PageLoad/svg/
LICENSES 18 http://websvn.kde.org/trunk/tests/ksvgtests/custom/worldcup.svg
19 http://websvn.kde.org/trunk/tests/ksvgtests/custom/cowboy.svg
20 http://websvn.kde.org/trunk/tests/ksvgtests/custom/mtsthelens.svg
21 http://websvn.kde.org/trunk/tests/ksvgtests/custom/france.svg
  /external/webkit/Source/WebCore/manual-tests/
submit-form-with-target-twice.html 11 <p>This tests that calling form.submit() twice in a row from JavaScript, on a form with a custom target and with at least one text field does not cause an assertion in a debug build of Safari.
  /frameworks/base/core/java/android/view/inputmethod/
package.html 7 {@link android.widget.TextView}. When implementing a custom text editor,
  /packages/apps/Contacts/tests/res/xml/
contacts_fallback.xml 51 <Type type="custom"/>
71 <Type type="custom" />
83 <Type type="custom" />
89 <Type type="custom" />
  /sdk/layoutlib_api/sample/
README.txt 11 - can't render custom views because there's nothing
  /sdk/rule_api/
README.txt 2 support for their custom views in Android layout editors.

Completed in 1345 milliseconds

1 23 4 5 6 7 8 91011>>