/external/webkit/WebKit/mac/ |
ChangeLog-2006-02-09 | 184 (-[WebFrameBridge page]): 368 (1) dragging over a non-editable webview (such as a typical Safari page) should not have 387 programmatic scrolling one page at a time, and to top/end.) 458 previous page fails at apple.com/retail/) 465 (-[WebHistoryItem setURL:]): release resources in the page cache when setting 666 - fixed <rdar://problem/4409288> REGRESSION (TOT): When no selection is present on page, 674 the page isn't editable. In that state, there is no visible selection so this menu item [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewTest.java | 600 // showing the blank page will make the picture filled with background color 901 String p = "<p>Find all instances of find on the page and highlight them.</p>"; [all...] |
/external/webkit/WebCore/html/ |
HTMLParser.cpp | 57 #include "Page.h" 144 , m_parserQuirks(m_document->page() ? m_document->page()->chrome()->client()->createHTMLParserQuirks() : 0) 163 , m_parserQuirks(m_document->page() ? m_document->page()->chrome()->client()->createHTMLParserQuirks() : 0) [all...] |
/bionic/linker/ |
linker.c | 643 /* temporary space for holding the first page of the shared lib 711 * _hdr: Pointer to the header page of the library 770 /* truncate min_vaddr down to page boundary */ 773 /* round max_vaddr up to the next page */ 862 * header: Pointer to a header page that contains the ELF header. 893 /* we want to map in the segment on a page boundary */ 911 /* If 'len' didn't end on page boundary, and it's a writable 919 * base _+---------------------+ page boundary 923 * pbase _+---------------------+ page boundary 931 * extra_base _+------------|--------+ page boundar [all...] |
/external/bluetooth/glib/glib/ |
gunidecomp.h | 17 { /* page 3, index 0 */ 33 { /* page 4, index 1 */ 46 { /* page 5, index 2 */ 60 { /* page 6, index 3 */ 74 { /* page 7, index 4 */ 88 { /* page 9, index 5 */ 101 { /* page 10, index 6 */ 114 { /* page 11, index 7 */ 127 { /* page 12, index 8 */ 140 { /* page 13, index 9 * [all...] |
/external/sonivox/docs/ |
JET_Programming_Manual.html | 104 page-break-after:avoid;
117 page-break-after:avoid;
129 page-break-after:avoid;
140 page-break-after:avoid;
312 page-break-after:avoid;
334 /* Page Definitions */
335 @page
340 @page Section1
348 {page:Section1;}
660 <p class=MsoNormal style='page-break-after:avoid'><!--[if gte vml 1]><v:shape [all...] |
/external/srec/doc/ |
srec.doxygen | 181 # a new page for each member. If set to NO, the documentation of a member will 714 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank 720 # each generated HTML page. If it is left blank doxygen will generate a 726 # each generated HTML page. If it is left blank doxygen will generate a 732 # style sheet that is used by each HTML page. It can be used to 755 # page has loaded. For this to work a browser that supports [all...] |
/external/webkit/WebKit/android/jni/ |
WebViewCore.cpp | 74 #include "Page.h" 523 // if the webkit page dimensions changed, discard the pictureset and redraw. 857 float progress = (float) m_mainFrame->page()->progress()->estimatedProgress(); [all...] |
/external/webkit/WebKit/wx/ |
ChangeLog | 12 REGRESSION (r53718): When scrolling a tall window by page, the overlap between pages is too big 104 Introduce wxWebSettings API interface for editing wxWebView / page settings. 151 * WebView.cpp: Updated Page constructor call. 412 wx build fix. Add EmptyPluginHalterClient when creating the Page. 605 Use FrameLoader::load() for loading pages from a HTML page string to address [all...] |
/external/jdiff/src/jdiff/ |
APIComparator.java | [all...] |
/external/webkit/WebCore/editing/ |
EditorCommand.cpp | 49 #include "Page.h" 900 Page* page = frame->page(); local [all...] |
/external/webkit/WebCore/rendering/ |
InlineTextBox.cpp | 34 #include "Page.h" 634 Page* page = frame->page(); 635 if (!page) 642 page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true, false); [all...] |
/external/webkit/WebKit/chromium/src/js/ |
DebuggerAgent.js | 46 * Id of the inspected page global context. It is used for filtering scripts. 114 * survive page reload. Breakpoints set by script id(for scripts that don't 172 // very beginning of the page load cycle and hence will get all scripts 738 * @param {number} contextId Id of the inspected page global context. [all...] |
/external/webkit/WebKit/win/ |
ChangeLog | [all...] |
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 0 page.title=Release Notes for Older SDK Versions 91 <li>Dual page editor with a WYSIWYG page (the graphical editor) and an XML page with content assist. 376 <li>Adds editor capabilities for working with Android manifest files, such as syntax highlighting and autocompletion. The editor capabilities require the Web Tools WST plugin for Eclipse, which is included in <a href="http://www.eclipse.org/downloads/moreinfo/compare.php">most Eclipse packages</a>. Not having WST does not prevent the ADT plugin from working. If necessary, you can download and install WST from the Web Tools Project <a href="http://download.eclipse.org/webtools/downloads">downloads page</a>. To update directly from an Eclipse installation, you can add a remote update site with this URL: http://download.eclipse.org/webtools/updates . Note that installing WST on Eclipse 3.4 will require installing other packages, as detailed on the WTP downloads page</a>.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
GraphicalLayoutEditor.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 764 * Responds to a page change that made the Graphical editor page the activated page. 773 * Responds to a page change that made the Graphical editor page the deactivated page [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizard.java | 91 * be available. The first page displayed will be the former one and it can depend 96 * Only the "Android Test Project" page will be available. User will have to 226 * Creates the main wizard page. 239 * Creates the test wizard page. 389 * is no main page. 449 * is no test page. [all...] |
/external/webkit/JavaScriptCore/wtf/ |
FastMalloc.cpp | 45 // 3. The central page allocator is protected by "pageheap_lock". 46 // 4. The pagemap (which maps from page-number to descriptor), 72 // 9/28/2003 (new page-level allocator replaces ptmalloc2): [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
standards.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/ |
ld | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-ld | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
standards.info | [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 369 /* Expand all inherited members in the class. Used when initiating page search */ 380 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
|
/development/docs/ |
howto_build_SDK.txt | 125 Instead you MUST use the "legacy Cygwin 1.5" that you can find at this page: 129 Don't mind the page title, just grab setup-legacy.exe and it will works just fine
|