Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: third_party/WebKit/WebCore/loader/EmptyClients.h

Issue 39293: WebKit merge 41447:41498 [third_party/WebKit] (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove CRLF Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 Eric Seidel (eric@webkit.org) 2 * Copyright (C) 2006 Eric Seidel (eric@webkit.org)
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 334
335 virtual NSString* userVisibleString(NSURL*) { return 0; } 335 virtual NSString* userVisibleString(NSURL*) { return 0; }
336 #ifdef BUILDING_ON_TIGER 336 #ifdef BUILDING_ON_TIGER
337 virtual NSArray* pasteboardTypesForSelection(Frame*) { return 0; } 337 virtual NSArray* pasteboardTypesForSelection(Frame*) { return 0; }
338 #endif 338 #endif
339 #endif 339 #endif
340 virtual void ignoreWordInSpellDocument(const String&) { } 340 virtual void ignoreWordInSpellDocument(const String&) { }
341 virtual void learnWord(const String&) { } 341 virtual void learnWord(const String&) { }
342 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { } 342 virtual void checkSpellingOfString(const UChar*, int, int*, int*) { }
343 virtual void checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) { } 343 virtual void checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*) { }
344 #if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD )
345 virtual void checkSpellingAndGrammarOfParagraph(const UChar*, int, bool, Vec tor<TextCheckingResult>&) { }
346 #endif
344 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarD etail&) { } 347 virtual void updateSpellingUIWithGrammarString(const String&, const GrammarD etail&) { }
345 virtual void updateSpellingUIWithMisspelledWord(const String&) { } 348 virtual void updateSpellingUIWithMisspelledWord(const String&) { }
346 virtual void showSpellingUI(bool) { } 349 virtual void showSpellingUI(bool) { }
347 virtual bool spellingUIIsShowing() { return false; } 350 virtual bool spellingUIIsShowing() { return false; }
348 virtual void getGuessesForWord(const String&, Vector<String>&) { } 351 virtual void getGuessesForWord(const String&, Vector<String>&) { }
349 virtual void setInputMethodState(bool) { } 352 virtual void setInputMethodState(bool) { }
350 353
351 354
352 }; 355 };
353 356
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 412
410 virtual void populateSetting(const String&, InspectorController::Setting&) { } 413 virtual void populateSetting(const String&, InspectorController::Setting&) { }
411 virtual void storeSetting(const String&, const InspectorController::Setting& ) { } 414 virtual void storeSetting(const String&, const InspectorController::Setting& ) { }
412 virtual void removeSetting(const String&) { } 415 virtual void removeSetting(const String&) { }
413 }; 416 };
414 417
415 } 418 }
416 419
417 #endif // EmptyClients_h 420 #endif // EmptyClients_h
418 421
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/inspector/InspectorResource.cpp ('k') | third_party/WebKit/WebCore/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698